I am towing around with the commondata parser and it is so much nicer than the older interface. For example in that it keeps the cuts info. Would be great to have it used in places like
|
table = pd.DataFrame(data.get_kintable(), columns=default_labels[1:]) |
(and that whole subpackage really) and propagated properly to the relevant parts of dataplots.py (which might allow to clean up the code of
plot_fancy, which is anything but).
I am towing around with the commondata parser and it is so much nicer than the older interface. For example in that it keeps the cuts info. Would be great to have it used in places like
nnpdf/validphys2/src/validphys/plotoptions/core.py
Line 309 in 5fe81ab
plot_fancy, which is anything but).