A collection of utility functions and style settings for making pretty plots with PyROOT for the ATLAS Experiment at CERN.
Check out my new project, ATLAS Plots, which uses matplotlib-like syntax and idioms to produce plots in ROOT following the standard ATLAS style guidelines.
atlasplots isn't in PyPI (yet) so for now it's best to clone the source and install as editable:
$ git clone [email protected]:joeycarter/atlas-plots.git
$ cd atlas-plots
$ pip install -e .
To uninstall:
$ pip uninstall atlasplots
Installing atlasplots is a bit more involved if you want to use it on lxplus
.
Full installation instructions can be found here.
The full documentation is available over at https://atlas-plots.readthedocs.io.