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¶
Contents
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.