\(\renewcommand\AA{\unicode{x212B}}\)
Basic 1D and Tiled Plots¶
Other Plot Types
General Plot Help
Single 1D Plots¶
To create a single 1D plot, right-click on a workspace and select Plot > Spectrum....
Check the Plot Type is set to Individual before choosing which spectra to plot and selecting OK.
Plot Toolbar¶
Scripting¶
Click the generate a script button
on a 1D Plot:
Enable :plots: using DOCS_PLOTDIRECTIVE in CMake
For more advice: Formatting Plots with a script
Tiled Plots¶
To create a tiled plot, right-click on a workspace and select Plot > Spectrum....
Check the Plot Type is set to Tiled before choosing which spectra to plot and selecting OK.
Plot Toolbar¶
Click Menus¶
ptions Menu¶
Tiled plots are essentially an array of axes (1D plots) on the same figure. As such, when editing them in the Options Menu, you should take care to select the correct set of axes:
Scripting¶
An example script for a Tiled Plot:
Enable :plots: using DOCS_PLOTDIRECTIVE in CMake
For more advice: Formatting Plots with a script
General¶
General Plot Help
Plots Toolbox¶
File > Settings¶
Other Plotting Documentation