Potential issue with small numbers in loglog plot #446
Unanswered
williamdwarke
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm posting this in Discussions as opposed to Issues because I'm not actually sure if I'm doing something wrong. I'm trying to plot a line of slope 2 in log-log space, with x-values ranging from 1e-8 to 1e0. However, the matplot loglog plotter seems to be throwing out quite a few of the points, namely, those with y-values less than 1e-10. (For reference, the first 100 or so y-values range between 1e-16 and 1e-10). I'd really appreciate it if somebody could take a look and let me know if I've done something wrong, or if I should submit this as a bug report. I've included a minimal working version of my code, as well as the plot it produces. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions