pynaviz.audiovideo.video_plot.PlotVideo.get_plot_state#

PlotVideo.get_plot_state()#

Return plot-type-specific display state for serialization.

Subclasses override this to capture whatever is needed to restore the current visual appearance — e.g. display mode and scale for PlotTsdFrame, or marker sizes for PlotTsGroup. The base implementation returns None (no plot-specific state).

Return type:

dict or None