-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
BUG: range is wrong if layout.axis.type == 'log' #1561
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
Nevermind, I just realized this is a log10 conversion of the number range |
@destradafilm I was just going to write that. That This is essentially the same issue as #1258 that we're planing on fixing in v2. Thanks for posting. |
It seems I use Plotly v. 2.7 and it still has the bug.
|
@oricou that’s v2 of |
ok thanks. Any date for version 2? I couldn't find any roadmap... |
As you can see, the range I'm getting for the y axis
min: plotlyDiv._fullLayout.yaxis.range[0]
max: plotlyDiv._fullLayout.yaxis.range[1]
Is wrong when the axis.type is 'log' unless there's a conversion I'm not aware of
codepen:
http://codepen.io/destrada/pen/qrGJwq
The text was updated successfully, but these errors were encountered: