Skip to content
/ sprout Public

An auxiliary Python package linking matplotlib and ROOT, or: i can't believe i am using bit flags to plot things in the year of our lord 20XX

License

Notifications You must be signed in to change notification settings

tch285/sprout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Sprout

A plotting library connecting matplotlib and ROOT.

DependenciesInstallationFuture features

Dependencies

This package requires numpy, uproot, matplotlib and scipy. It also requires a working installation of the data analysis framework ROOT.

Installation

The package is not on PyPI. To install, clone this repository and install it with pip:

git clone https://github.com/tch285/sprout.git
cd sprout
python3 -m pip install .

If you plan on developing, install instead with the -e option: python3 -m pip install -e .

Warning

You can also use the create_modulefile.sh script to create a modulefile for this package. It should work but just installing with pip instead is recommended.

Future features

To be updated...

About

An auxiliary Python package linking matplotlib and ROOT, or: i can't believe i am using bit flags to plot things in the year of our lord 20XX

Resources

License

Stars

Watchers

Forks

Packages

No packages published