-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disabling "cvt_to_readable" #98
Comments
I am having the same problem: essentially I have a file containing high precision numbers with many decimal places, and although the graph works correctly, the labels do not really show the numbers (or approximations thereof), rather conversions of them into some unit (as shown in the above screenshot). I tried to specify the This said, awesome library! |
+1 to this, would be very useful! |
Per mkaz#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.
Is there any ways to disable "cvt_to_readable": Return the number in a human readable format
It produces wrong numbers,
where data is:
[
[0.42475755214691163],
[0.1093926469484965],
[0.04674157698949178],
[0.031145751476287842],
]
The text was updated successfully, but these errors were encountered: