environmentaltools.graphics.mda
- environmentaltools.graphics.mda(data, cases, variables, title=None, ax=None, fname=None)[source]
Plots a 3D scatter figure of the MDA cases over the data cloud of points
- Parameters:
data (*) – time series of the data.
cases (*) – mda cases.
variables (*) – the name of the variables.
title (*) – text for the figure title.
ax (*) – axis for the plot or None. Defaults to None.
fname (*) – name of the file to save the plot or None to see plots on the screen. Defaults to None.
- Returns:
axis for the plot or None
- Return type:
ax (matplotlib.axis)