pytrnsys_process.plot.plotters.ChartBase# class pytrnsys_process.plot.plotters.ChartBase[source]# __init__(*args, **kwargs)# Methods __init__(*args, **kwargs) check_for_cmap(kwargs, plot_kwargs) get_cmap(kwargs) plot(df, columns, **kwargs) Attributes cmap cmap: str | None = None# plot(df: DataFrame, columns: list[str], **kwargs) → tuple[Figure, Axes][source]# check_for_cmap(kwargs, plot_kwargs)[source]# get_cmap(kwargs) → str | None[source]#