experimental.plotter.pd_plotter module

Define a plotter that rely on the pandas plotting methods.

Todo

Maybe should inherit from MatplotlibPlotter?

class PandasPlotter(elts: ListOfElements | None = None)

Bases: MatplotlibPlotter

A plotter that takes in pandas dataframe.

Note

Under the hood, this is matplotlib which is called.

_abc_impl = <_abc._abc_data object>
_actual_plot(data: DataFrame, ylabel: str, axes: Sequence[Axes], axes_index: int, xlabel: str = 'Synch. position [m]', dump_no_numerical_data_to_plot: bool = False, **plot_kwargs: Any) Sequence[Axes]

Create the plot itself.