mkaz / termgraph

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

"T" suffixes in displayed values #105

Open dsoprea opened 1 year ago

dsoprea commented 1 year ago

It looks like these are just sub-1 decimal values times 100. Is it always just for 0.0 < x < 1.0 values? Is it always a factor of 100?

This is also a tricky thing to search for related past issues. It'd be beneficial to explain it in the main documentation.

image

javadr commented 1 year ago

I have the same issue with values less than 1!

javadr commented 1 year ago

@dsoprea I have successfully addressed the identified issue. You are welcome to utilize the updated version of the program by accessing it through the provided GitHub repository link: https://github.com/javadr-forky/termgraph. Furthermore, I have submitted a pull request to the original repository in order to incorporate the necessary fixes.