argopy.plot.scatter_plot#
- scatter_plot(ds: Dataset, param: str, x: str = 'TIME', y: str = 'PRES', figsize: tuple = (18, 6), cmap: str | Colormap | ArgoColors | None = None, vmin: int | float | None = None, vmax: int | float | None = None, s: int = 4, cbar: bool = False, style: str = 'argopy', **kwargs)[source]#
Argo parameter scatter plot
- Parameters:
cmap (str or ArgoColors or ~matplotlib.colors.Colormap or None) – The Colormap instance or registered colormap name used to map scalar data to colors.