Figure¶

Figure¶

Constructor¶

Figure([shape, cameras, controller_types, ...])

A grid of subplots.

Properties¶

Figure.cameras

cameras, read-only array, access individual subplots to change a camera

Figure.canvas

The canvas associated to this Figure

Figure.controllers

controllers, read-only array, access individual subplots to change a controller

Figure.names

subplot names, read-only array, access individual subplots to change a name

Figure.output

ipywidget or QWidget that contains this plot

Figure.renderer

The renderer associated to this Figure

Figure.shape

[n_rows, n_cols]

Figure.toolbar

ipywidget or QToolbar instance

Methods¶

Figure.add_animations(*funcs[, pre_render, ...])

Add function(s) that are called on every render cycle.

Figure.clear()

Clear all Subplots

Figure.close()

Figure.remove_animation(func)

Removes the passed animation function from both pre and post render.

Figure.render()

Figure.show([autoscale, maintain_aspect, ...])

Begins the rendering event loop and shows the plot in the desired output context (jupyter, qt or glfw).

Figure.start_render()

start render cycle