Warning
Some Visbrain’s examples are based on data that need to be downloaded. Those data are downloaded inside the folder ~/visbrain_data/example_data
You may encounter a window transparency error. This is a known issue of the Vispy package (see https://github.com/vispy/vispy/pull/1394)
Examples¶
SceneObj : combine objects into subplots¶
Each Visbrain’s object inherits a method called preview which basically display the object. The SceneObj object can be used to combine objects into subplots.
The following examples illustrate how to combine those objects into a grid of subplots.

Connectivity object (ConnectObj) : complete tutorial

Grid of signals object (GridSignalsObj) : complete tutorial

Region Of Interest object (RoiObj) : complete tutorial

Time-series and pictures 3D (TimeSeries3DObj & Picture3DObj): complete tutorial
Graphical user interface : Brain¶
Examples demonstrating visualizations on a standard 3D-MNI brain.
Graphical user interface : Sleep¶
Examples demonstrating how to use Sleep and how to load files.

Load EDF file with custom vigilance state configuration
Graphical user interface : Signal¶
Examples demonstrating how to use the Signal module.
EEG/MEG Examples¶
EEG/MEG examples (reproduction of MNE and PySurfer examples).
Figure Examples¶
Examples demonstrating figure layout.