Note
Click here to download the full example code
Quick 2D Signed
A quick 2D plot of a signed channel.
Out:
[<Figure size 650x600 with 2 Axes>]
import WrightTools as wt
from WrightTools import datasets
p = datasets.wt5.v1p0p0_perovskite_TA
data = wt.open(p)
wt.artists.quick2D(data, "w1=wm", "w2", at={"d2": [0, "fs"]}, verbose=False)
Total running time of the script: ( 0 minutes 0.809 seconds)