/rootprint

Prints a TH1* histogram as ASCII code for quick viewing

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.