Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 476 Bytes

File metadata and controls

21 lines (15 loc) · 476 Bytes

heppyplotlib

A package for plotting histogrammed data with special support for high energy physics applications.

Installation

pip install git+https://github.com/ebothmann/heppyplotlib.git

Usage

Plot a YODA file generated using Rivet:

import matplotlib.pyplot as plt
import heppyplotlib as hpl
hpl.plot('Analysis.yoda', '/ANALYSIS/HISTOGRAM')
plt.show()

Example scripts can be found in examples/.