icecube / pisa

Monte Carlo-based data analysis
http://icecube.github.io/pisa/
Apache License 2.0
19 stars 50 forks source link

Merge 2d histogram plotting codes #319

Open jllanfranchi opened 7 years ago

jllanfranchi commented 7 years ago

Plotting itself--at least for maps, if not other things--should be handled by utils/plotter.py. If that doesn't do something it should, then that functionality should be added to plotter.py and not duplicated in multiple modules.

Places where plotting seems duplicated:

thehrh commented 1 month ago

While many of the above modules/scripts are gone, there is still plotting duplication in utils/tests.py. Let's consider removing that module altogether, since it contains "Functions to help compare and plot differences between PISA 2 and PISA 3 maps".