fastplotlib.NDWSubplot#

class NDWSubplot(ndw, subplot)[source]#

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

Accessed via ndw[row, col] or ndw["subplot_name"]. Each add_nd_<...> method constructs the appropriate NDGraphic, registers it with the parent ReferenceIndex, appends it to this subplot and returns the NDGraphic instance to the user.

Note: NDWSubplot is not meant to be constructed directly, it only exists as part of an NDWidget