spectrochempy.multiplot_contourf
- multiplot_contourf(datasets, **kwargs)[source]
Plot a multiplot with 2D filled contour (image-like) type plots.
This is the canonical geometry-based name for multiplot_image.
- Parameters:
datasets (list of NDDataset) – Source of data to plot.
**kwargs – Additional keyword arguments passed to multiplot.
- Returns:
Any – The matplotlib figure.