quickhist
quickhist copied to clipboard
quickly plot a histogram on the CLI
Results
4
quickhist issues
Sort by
recently updated
recently updated
newest added
I made minimal changes to fix bit rot.
Make it to be compatible with python3
Depending on the users OS/Distro python could default to python2 or python3. So it's better to be specific with your shebang. And judging by the code, you're using python2.