denehoffman / rootprint

Prints a TH1* histogram as ASCII code for quick viewing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rootprint

Prints a TH1* histogram as ASCII code for quick viewing

Syntax: python3 rootprint.py [optional: histogram name]

If the name of the histogram is supplied, the program will print the preview and exit. Otherwise a menu with previews of all 1D histograms will be supplied.

Requirements

This script requires numpy and simple_term_menu, both of which can be installed properly using pip3 install or pip3 install -r requirements.txt.

About

Prints a TH1* histogram as ASCII code for quick viewing

License:GNU General Public License v3.0


Languages

Language:Python 100.0%