metobs_toolkit.modeltimeseries.ModelTimeSeries.make_plot#
- ModelTimeSeries.make_plot(linecolor: str = None, ax: Axes | None = None, figkwargs: dict = {}, title: str | None = None) Axes[source]#
Create a plot of the model time series.
- Parameters:
linecolor (str, optional) – Color of the line, by default None.
ax (Axes, optional) – Matplotlib Axes to plot on, by default None.
figkwargs (dict, optional) – Additional keyword arguments for figure creation, by default {}.
title (str or None, optional) – Title for the plot, by default None.
- Returns:
The matplotlib Axes with the plot.
- Return type:
Axes