plot#

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