spectrochempy.plot_multiple

plot_multiple(datasets, method='scatter', pen=True, labels=None, **kwargs)[source]

Plot a series of 1D datasets as a scatter plot with optional lines between markers.

Parameters
  • datasets (a list of ndatasets)

  • method (str among [scatter, pen])

  • pen (bool, optional, default: True) – If method is scatter, this flag tells to draw also the lines between the marks.

  • labels (a list of str, optional) – Labels used for the legend.

  • **kwargs – Other parameters that will be passed to the plot1D function.

Other Parameters

{0}