Note
Go to the end to download the full example code.
Quick 2D
A quick 2D plot.

[<Figure size 650x599.969 with 2 Axes>]
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.quick2D(data, verbose=False)
Total running time of the script: (0 minutes 0.699 seconds)