Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 596 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 596 Bytes

quickplot

Rootpy based plotting for ATLAS publications.

Quick Example

Download information from the spreadsheets to use to build plots. You need a samples, variables, and canvas spreadsheet. These get saved to json files.

python quickplot/sheets.py update example_samples example_variables example_canvas

Then use them to make a specific plot:

python ~/atlas-code/quickplot/quickplot.py mass_dedx.pdf --variable mass --canvas mass

Or a batch from a list of command line arguments in a file:

python ~/atlas-code/quickplot/quickplot.py --batch example.args