marsilea.plotter.base.RenderSpec#
- class RenderSpec(ax, data, params=None, group_data=None, group_params=None, current_ix=0, total=1)#
Bases:
objectThe container class that holds the rendering data and parameters for each axes
- Attributes:
- dataAny
The data to be rendered
- paramsList[Dict]
The parameters for each data
- group_dataAny
The group data
- group_paramsAny
The group parameters
- current_ixint
The current index of the axes
- totalint
The total number of axes
- ax#
- current_ix = 0#
- data#
- group_data = None#
- group_params = None#
- property is_first#
- property is_last#
- params = None#
- total = 1#