Skip to content

Fix 2D plots; add 1D plots

  • The 2D plots are now more readable, even if outliers are not removed.

  • Scale of values in 2D plots fixed (mV, ps, ns) test2D_eyeWidth

  • Add 1D plot. Since is similar, e.g. ./scan_premph.py plot TAP0 -i data.json -o output_data/DATE_1D_XX_FF --fix TAP2=0 will plot values as a function of TAP0 by fixing TAP2 to 0. With these arguments, all values for TAP1 will be shown on the plot: test_TAP2-0_eyeHeight

Fixing two values is also possible: test_TAP1-2_TAP2-0_eyeWidth

Not fixing anything is also possible but does not make a lot of sense (legend is drawn only if less than 20 entries): test_qFactor

If you'd like me to tweak some things before merging just ask ;)

Merge request reports