SkillAgentSearch skills...

Lichen

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.

Install / Use

/learn @mattbellis/Lichen
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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()

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated6y ago
Forks3

Languages

Python

Security Score

55/100

Audited on Dec 31, 2019

No findings