static#

Utility functions for static plotting.

Functions

plot(df, x_bounds, y_bounds, save_to, ...)

Plot the dataset and summary statistics.

data_morph.plotting.static.plot(df: DataFrame, x_bounds: Iterable[Number], y_bounds: Iterable[Number], save_to: str | Path, decimals: int, **save_kwds) Axes | None[source]#

Plot the dataset and summary statistics.

Parameters:
Returns:

When save_to is falsey, an Axes object is returned.

Return type:

matplotlib.axes.Axes or None