show#
- Figure.show(autoscale=True, maintain_aspect=None, sidecar=False, sidecar_kwargs=None)[source]#
Begins the rendering event loop and shows the Figure, returns the canvas
- Parameters:
autoscale (bool, default
True
) – autoscale the Scenemaintain_aspect (bool, default
True
) – maintain aspect ratiosidecar (bool, default
True
) – display plot in ajupyterlab-sidecar
, only in jupytersidecar_kwargs (dict, default
None
) – kwargs for sidecar instance to display plot i.e. title, layout
- Returns:
In Qt or GLFW, the canvas window containing the Figure will be shown. In jupyter, it will display the plot in the output cell or sidecar.
- Return type:
BaseRenderCanvas