Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 512 Bytes

File metadata and controls

18 lines (15 loc) · 512 Bytes

heppyplot

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

Scale variation example PDF variation example

Installation

Currently we use a custom fork of the excellent seaborn package.

git clone https://github.com/ebothmann/heppyplot.git
cd heppyplot
git submodule update --init
cd seaborn
pip install -e .
cd ..
pip install -e .