Note
Click here to download the full example code
Quick 2D SignedΒΆ
A quick 2D plot of a signed channel.

Out:
/home/docs/checkouts/readthedocs.org/user_builds/wrighttools/envs/stable/lib/python3.6/site-packages/WrightTools/artists/_base.py:414: MatplotlibDeprecationWarning: Passing parameters norm and vmin/vmax simultaneously is deprecated since 3.3 and will become an error two minor releases later. Please pass vmin/vmax directly to the norm when creating it.
return super().pcolormesh(*args, **kwargs)
[]
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.999 seconds)