You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, after a bit more thinking I believe we can do even more, i.e. almost what I want:
I suggest to split all the static stuff, i.e. the plot functions, away from pineappl_cli/src/plot.py into a file pineappl_py/something/plot.py
that new file should be statically included into the pineappl Python package (and thus the Python interface will have easy access to the plot functions; we can also provide some additional methods which generate the necessary data from a grid using the Python interface itself)
the CLI will copy that file verbatim into the output of pineappl plot
Actually, after a bit more thinking I believe we can do even more, i.e. almost what I want:
pineappl_cli/src/plot.py
into a filepineappl_py/something/plot.py
pineappl
Python package (and thus the Python interface will have easy access to the plot functions; we can also provide some additional methods which generate the necessary data from a grid using the Python interface itself)pineappl plot
Originally posted by @felixhekhorn in #312 (comment)
The text was updated successfully, but these errors were encountered: