BasePlot¶
-
class
nata.plots.types.BasePlot(label: Optional[str] = None, data: nata.plots.data.PlotData = None, axes: Any = None)¶ Base class for plot types.
- Parameters
label (
str, optional) – Label of plot, used to identify the plot in the parentnata.plots.Axesobject legend. If not provided, it is inferred from the child dataset object.