show#

ImguiFigure.show(autoscale=True, maintain_aspect=None, sidecar=False, sidecar_kwargs=None)#

Begins the rendering event loop and shows the Figure, returns the canvas

Parameters:
  • autoscale (bool, default True) – autoscale the Scene

  • maintain_aspect (bool, default True) – maintain aspect ratio

  • sidecar (bool, default True) – display plot in a jupyterlab-sidecar, only in jupyter

  • sidecar_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

Examples#

GridPlot Simple

GridPlot Simple

GridPlot Non-Square Example

GridPlot Non-Square Example

Multi-Graphic GridPlot

Multi-Graphic GridPlot

ImGUI Basics

ImGUI Basics

Heatmap or large arrays

Heatmap or large arrays

Image Colormap

Image Colormap

RGB Image

RGB Image

RGB Image Vmin/Vmax

RGB Image Vmin/Vmax

Simple Image

Simple Image

Image Vmin/Vmax

Image Vmin/Vmax

Simple Line Plot

Simple Line Plot

Line Plot Colormap

Line Plot Colormap

Lines more colormapping

Lines more colormapping

Line Plot Color Slicing

Line Plot Color Slicing

Line Plot Data Slicing

Line Plot Data Slicing

Line Collection Simple

Line Collection Simple

Line collections quantitative cmap

Line collections quantitative cmap

Line Collection Qualitative Colormap

Line Collection Qualitative Colormap

Line Collection Colors

Line Collection Colors

Line collection slicing

Line collection slicing

Line Stack

Line Stack

Line stack 3D

Line stack 3D

K-Means Clustering of MNIST Dataset

K-Means Clustering of MNIST Dataset

Scatter Animation Colors

Scatter Animation Colors

Electromagnetic Wave Animation

Electromagnetic Wave Animation

Simple Image Update

Simple Image Update

Simple 3D Line Animation

Simple 3D Line Animation

Simple Line Animation

Simple Line Animation

Lorenz System Animation

Lorenz System Animation

Multi-Subplot Image Update

Multi-Subplot Image Update

Scatter Animation Data

Scatter Animation Data

Scatter sizes animation

Scatter sizes animation

Simple Event

Simple Event

Scatter Plot

Scatter Plot

Scatter Colormap

Scatter Colormap

Iris Scatter Colormap

Iris Scatter Colormap

Scatter Plot Color Slicing

Scatter Plot Color Slicing

Iris Scatter Plot Color Slicing

Iris Scatter Plot Color Slicing

Scatter Plot Data Slicing

Scatter Plot Data Slicing

Iris Scatter Plot Data Slicing

Iris Scatter Plot Data Slicing

Scatter Plot Size

Scatter Plot Size

LinearRegionSelectors with LineCollection

LinearRegionSelectors with LineCollection

LinearRegionSelectors

LinearRegionSelectors

Linear Selectors

Linear Selectors

Linear Selectors Image

Linear Selectors Image

Rectangle Selectors

Rectangle Selectors

Rectangle Selectors Images

Rectangle Selectors Images

Unit circle

Unit circle