Warning

You are reading the documentation related to the development version. Go here if you are looking for the documentation of the stable release.

spectrochempy.plot_waterfall

plot_waterfall(dataset, *args, **kwargs)[source]

Plot a 2D dataset as a a 3D-waterfall plot.

Alias of plot_2D (with method argument set to waterfall ).

Parameters
  • dataset (NDDataset) – The dataset to plot.

  • **kwargs – Optional keyword parameters (see Other Parameters).

Other Parameters
  • ax (|Axes| instance. Optional) – The axe where to plot. The default is the current axe or to create a new one if is None.

  • figsize (tuple, optional) – The figure size expressed as a tuple (w,h) in inch.

  • fontsize (int, optional) – The font size in pixels, default is 10 (or read from preferences).

  • autolayout (bool , optional, default=True) – if True, layout will be set automatically.

  • dpi ([ None | scalar > 0]) – The resolution in dots per inch. If None it will default to the value savefig.dpi in the matplotlibrc file.

  • colorbar

  • method (str [optional among surface , waterfall , …]) – The type of plot,

  • style (str, optional, default=’notebook’) – Matplotlib stylesheet (use available_style to get a list of available styles for plotting

  • reverse (bool or None [optional, default=None) – In principle, coordinates run from left to right, except for wavenumbers (e.g., FTIR spectra) or ppm (e.g., NMR), that spectrochempy will try to guess. But if reverse is set, then this is the setting which will be taken into account.

  • x_reverse (bool or None [optional, default=None)

  • y_reverse (bool or None [optional, default=None)