forked from mattbellis/lichen
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
gitcheng/lichen
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
################################################################################ # README ################################################################################ ################################################################################ # INSTALL ################################################################################ python setup.py install You may need to run this as root, depending on your permissions. ################################################################################ # Hello world! ################################################################################ import numpy as np import matplotlib.pylab as plt import lichen.lichen as lch x = np.random.normal(5,1,1000) h = lch.hist_err(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
Releases
No releases published
Packages 0
No packages published