spectrochempy.multiplot_map
- multiplot_map(datasets, **kwargs)[source]
Plot a multiplot with 2D map type plots.
Deprecated since version Use:
multiplot_contourinstead.- Parameters:
datasets (list of NDDataset) – Source of data to plot.
**kwargs – Additional keyword arguments passed to multiplot.
- Returns:
Any – The matplotlib figure.