QMRITools`
QMRITools`

PlotSpectra

PlotSpectra[spectra,{dwell,gyro}]

plots the spectra, the ppm axes is determined by dwell and gyro. Gyro can be obtained with GetGyro.

PlotSpectra[spespectradwell,field,nuc}]

plots the spectra, the ppm axes is determined by dwell field and nuc.

PlotSpectra[ppm,spectra]

plots the spectra where ppm is the pmm range of the spectra which can be obtained with GetPpmRange.

Details

  • The following options can be given:
  • PlotRangeFullPlotRange is an option for graphics functions that specifies what range of coordinates to include in a plot.
    Method"All"Method is an option for various algorithm-intensive functions that specifies what internal methods they should use.
    GridLines{}GridLines is an option for two-dimensional graphics functions that specifies grid lines.
    PlotColorAutomaticPlotColor is an option for GradientPlot can be any color or gradient color name.
    GridLineSpacing1GridLineSpacing is an option of TransmuralPlot. It defines the spacing of the gridlines.
    SpectraSpacing0.2SpectraSpacing is an option for PlotSpectra and defines the amount of spacing between spectra when multiple spectra are plotted.
    PlotLabelsNonePlotLabels is an option for visualization functions that specifies what labels to use for each data source.
    AspectRatio0.2AspectRatio is an option for Graphics and related functions that specifies the ratio of height to width for a plot.
    ImageSize750ImageSize is an option that specifies the overall size of an image to display for an object.
    PlotLabelNonePlotLabel is an option for graphics functions that specifies an overall label for a plot.
    CenterFrequency0.CenterFrequency is an option for GetSpinSystem and defines the center frequency in ppm.
    FillingFalseFilling is an option for ListPlot, Plot, Plot3D, and related functions that specifies what filling to add under points, curves, and surfaces.

Examples