NDWSubplot#

NDWSubplot#

Constructor#

NDWSubplot(ndw, subplot)

Entry point for adding NDGraphic objects to a subplot of an NDWidget.

Properties#

NDWSubplot.nd_graphics

all the NDGraphic instance in this subplot

NDWSubplot.subplot

The Subplot of the NDWidget figure that this NDWSubplot adds graphics to

Methods#

NDWSubplot.add_nd_image(data, dims, display_dims)

Add an n-dimensional image or volume to this subplot.

NDWSubplot.add_nd_lines(data, dims, ...[, ...])

Add n-dimensional positional data to this subplot, rendered as a LineCollection.

NDWSubplot.add_nd_scatter(data, dims, ...[, ...])

Add n-dimensional positional data to this subplot, rendered as a ScatterCollection.

NDWSubplot.add_nd_timeseries(data, dims, ...)

Add n-dimensional timeseries data to this subplot, where the p dim is a time-like x-axis.

NDWSubplot.add_nd_vectors(data, dims, ...[, ...])

Add n-dimensional vectors to this subplot, similar to matplotlib quiver.

NDWSubplot.add_video(data, dims, display_dims)

Add a video to this subplot.

NDWSubplot.delete_nd_graphic(ndg)

Delete an NDGraphic from the subplot