fastplotlib.NDWSubplot#
- class NDWSubplot(ndw, subplot)[source]#
Entry point for adding
NDGraphicobjects to a subplot of anNDWidget.Accessed via
ndw[row, col]orndw["subplot_name"]. Eachadd_nd_<...>method constructs the appropriateNDGraphic, registers it with the parentReferenceIndex, appends it to this subplot and returns theNDGraphicinstance to the user.Note:
NDWSubplotis not meant to be constructed directly, it only exists as part of anNDWidget