pynaviz.base_plot.PlotTsdFrame.get_plot_state# PlotTsdFrame.get_plot_state()[source]# Return the current display mode and its serializable state. Returns: {"mode": str, "mode_state": ...} where mode_state is whatever the active mode’s get_state() returns. Return type: dict