Skip to content

ebothmann/heppyplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published