pyxpcm.plot.quantile¶
-
pyxpcm.plot.quantile(m, da, xlim=None, classdimname='pcm_class', quantdimname='quantile', maxcols=3, cmap=None, **kwargs)[source]¶ Plot q-th quantiles of a dataArray for each PCM components
Parameters: - m :
pyxpcm.pcminstance - da: :class:`xarray.DataArray` with quantiles
- xlim
- classdimname
- quantdimname
- maxcols
Returns: - fig :
matplotlib.pyplot.figure.Figure - ax :
matplotlib.axes.Axesobject or array of Axes objects. ax can be either a single
matplotlib.axes.Axesobject or an array of Axes objects if more than one subplot was created. The dimensions of the resulting array can be controlled with the squeeze keyword.
- m :