class documentation

class PlotSet:

View In Hierarchy

Defines a set of plots that can be animated

Method attach_datasource loop through plots, any with no attached datasource will use this one
Method get_ax_bb Undocumented
Method show Undocumented
Method update Undocumented
Class Variable blit Undocumented
Class Variable cadence Undocumented
Class Variable fig Undocumented
Class Variable plots Undocumented
Class Variable title Undocumented
Instance Variable blit_regions Undocumented
Instance Variable blit_regions_data Undocumented
Instance Variable n_frames Undocumented
Instance Variable title_blit_region Undocumented
Instance Variable title_blit_region_data Undocumented
Instance Variable title_hdl Undocumented
def attach_datasource(self, datasource: Any):

loop through plots, any with no attached datasource will use this one

def get_ax_bb(self, ax):

Undocumented

def show(self):

Undocumented

def update(self):

Undocumented

blit: bool =

Undocumented

cadence: int =

Undocumented

fig: mpl.figure.Figure =

Undocumented

plots: list[Base] =

Undocumented

title: str =

Undocumented

blit_regions: Any =

Undocumented

blit_regions_data: Any =

Undocumented

n_frames: int =

Undocumented

title_blit_region: Any =

Undocumented

title_blit_region_data: Any =

Undocumented

title_hdl: Any =

Undocumented