-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <galpressman@gmail.com>
- Loading branch information
1 parent
f5e933f
commit 1f797ff
Showing
2 changed files
with
30 additions
and
20 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters