Note
Click here to download the full example code
Resonance Raman
A Resonance Raman plot.
Out:
data created at /tmp/p4sfrl78.wt5::/
range: 786.04325 to 2059.0301 (wn)
size: 1340
[<Figure size 650x425 with 1 Axes>]
import WrightTools as wt
from WrightTools import datasets
p = datasets.BrunoldrRaman.LDS821_514nm_80mW
data = wt.data.from_BrunoldrRaman(p)
data.convert("wn", verbose=False)
wt.artists.quick1D(data)
Total running time of the script: ( 0 minutes 0.215 seconds)