pynaviz.base_plot.PlotTsdFrame.get_state#

PlotTsdFrame.get_state()#

Return the full serializable state of this plot.

Aggregates three layers:

  • "manager": sort_by / group_by / color_by actions.

  • "interval_sets": overlay color and alpha keyed by label.

  • "plot": plot-type-specific state (mode, scale, clim, …).

Return type:

dict