data_hacks
data_hacks copied to clipboard
Add support for importable histogram print function
Running histogram.py on a data file is cool, but most of my data is kept in local variables in scripts.
Introduce print_histogram function which accepts a list of samples and prints the same histogram it would as if the list was exported to a file.
Issue: #37 Signed-off-by: Gal Pressman [email protected]