pypam.plots.plot_daily_patterns_from_ds

pypam.plots.plot_daily_patterns_from_ds(ds, data_var, interpolate=True, save_path=None, ax=None, show=True, plot_kwargs=None)[source]

Plot the daily rms patterns

Parameters:
dsxarray DataSet

Dataset to process. Should be an output of pypam, or similar structure

data_varstr

Name of the data variable to plot

interpolate: bool

Set to False if no interpolation is desired for the nan values

save_pathstring or Path

Where to save the output graph. If None, it is not saved

axmatplotlib.axes

Ax to plot on

showbool

Set to True to show directly

Returns:
axmatplotlib.axes class

The ax with the plot if something else has to be plotted on the same