Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.31 KB

README.rst

File metadata and controls

43 lines (27 loc) · 1.31 KB

ATLAS Plot Utils

A collection of utility functions and style settings for making pretty plots with PyROOT for the ATLAS Experiment at CERN.


⚠️ ATLAS Plot Utils (formerly ATLAS Plots) is now mostly deprecated! ⚠️

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.

Installing

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 on lxplus

Installing atlasplots is a bit more involved if you want to use it on lxplus. Full installation instructions can be found here.

Documentation

The full documentation is available over at https://atlas-plots.readthedocs.io.