pypam.plots.plot_rms_evolution

pypam.plots.plot_rms_evolution(ds, save_path=None, ax=None, show=True)[source]

Plot the rms evolution

Parameters:
dsxarray DataSet

Dataset to process

save_pathstring or Path

Where to save the image

axmatplotlib.axes class or None

ax to plot on

showboolean

Set to True to show the plot

Returns:
axmatplotlib.axes class

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