Skip to content

A set of examples, familiar to high energy physicists, that demonstrate plotting and fitting using scipy, numpy, and matplotib. These are supposed to demonstrate tasks commonly done in ROOT, but without using ROOT.

Notifications You must be signed in to change notification settings

mattbellis/lichen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

Binder

################################################################################

README

################################################################################

################################################################################

INSTALL

################################################################################

python setup.py install

You may need to run this as root, depending on your permissions.

sudo python setup.py install

################################################################################

Hello world!

################################################################################

import numpy as np
import matplotlib.pylab as plt

import lichen as lch

x = np.random.normal(5,1,1000)
h = lch.hist(x,bins=50)
plt.show()

About

A set of examples, familiar to high energy physicists, that demonstrate plotting and fitting using scipy, numpy, and matplotib. These are supposed to demonstrate tasks commonly done in ROOT, but without using ROOT.

Resources

Stars

Watchers

Forks

Packages

No packages published