mkaz / termgraph

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

(fix) issue with numbers between -1 and 1; resolves issue 105 #109

Open javadr opened 1 year ago

javadr commented 1 year ago

When a number is within the range of -1 and 1, the program erroneously applies the labeling process by multiplying it by 100 and subsequently appending the unit designation "T" to the resulting value.