Skip to content

Plotting 1D

Laura C. Morris edited this page Oct 6, 2023 · 1 revision

The toolbox provides several options for plotting 1D NMR spectra. See more general plotting stuff here

Basic types plots:

A simple plot of NMR spectra stacked: display1D

The most common way to plot is to use Matlab's plotr function, which reverses the x-axis (common for NMR spectra): plotr

For plotting groups of spectra together by color: plot_spec

To put several plots together in the same figure: MultiplePlot

For plotting the loadings (contributions of features towards the separation): VisLoadings1D

Modifications of Spectral (plotr-style) Plots:

highlight region(s) of interest: highlightROIs

Clone this wiki locally