Quick 1D

A quick 1D plot.

_017

Out:

[]

import WrightTools as wt
from WrightTools import datasets

ps = datasets.KENT.LDS821_TRSF
data = wt.data.from_KENT(ps, ignore=["d1", "d2", "wm"], verbose=False)
wt.artists.quick1D(data, "w1", at={"w2": [1520, "wn"]}, verbose=False)

Total running time of the script: ( 0 minutes 1.263 seconds)

Gallery generated by Sphinx-Gallery