Skip to content

Prints a TH1* histogram as ASCII code for quick viewing

License

Notifications You must be signed in to change notification settings

denehoffman/rootprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages