mkaz / termgraph

a python command-line tool which draws basic graphs in the terminal
MIT License
3.15k stars 164 forks source link

Allow disabling of "readable numbers" #107

Open rjp opened 1 year ago

rjp commented 1 year ago

Per #98, and for my own graphs, disabling "readable numbers" can make a huge difference in readability to the graph.o

Adds an option --no-readable which presents numbers as-is.