-
Notifications
You must be signed in to change notification settings - Fork 63
logarithmic plot does not format tick values with decimal point #1887
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
Comments
a bug indeed! |
|
In fact, I did not realize that without /ystyle it was OK, because we are trying to make a large set of figures with a given fixed range. 😄 |
this is a classic: IDL uses floats, we use doubles. This should do the trick. Needs to be well tested, though, as it may have consequences elsewhere... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(tested with the current Git version)
In IDL, the legend for yrange go from 0.1 to 10.0, What is displayed : 0.1, 1.0, 10.0
In GDL, it seems that digits are missing : 0, 1, 10 are displayed
The text was updated successfully, but these errors were encountered: