-
Notifications
You must be signed in to change notification settings - Fork 12
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
Precision issues #18
Comments
I cannot claim to fully understand the code for Line 215 in 8502c2e
Consider the following
I get
with |
I stumbled across Line 210 in 8502c2e
Does this actually make sense? Especially in light of x being scaled inLine 215 in 8502c2e
In my typical examples I have numbers like 6e-15 , so that mag=-15 . Say we have precision=2 then
If we have My guess is that setting |
Applying this change leads to two tests failing:
Does this make sense? I mean should |
Fixed by #19 |
I have numerous problems with precision of ticks in Plots.jl when plotting small numbers. See this issue.
It seems this can be traced back to
format_fixed_scientific
not working properly. Here is a MWE (tested with Showoff v0.3.1 and Julia v1.3.1):but
The text was updated successfully, but these errors were encountered: