-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[bug] wrong range values for boxplot of layout type category #3855
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
(Note that if we ever get around to the log-range breaking change this will just be the |
@alexcjohnson right, that's what I assumed that I should be using the what I'm looking for are 2 things
Also, any chance there's documentation for these conversions anywhere? I basically had to try all of them 'trial and error' to find the best conversion function |
Good question, @etpinard ? The only place I'm aware of is buried deep in the code: plotly.js/src/plots/cartesian/set_convert.js Lines 40 to 55 in e26f8f4
That describes what the letters |
Or include |
and the range values (of the selection box) too? |
When I inspect the range returned after the 'plotly_selected' callback in a boxplot with a categorical axis. I get the string values which is fine
But, if I want to get the pixel values or better yet the range that the selection translates to, I get strange results.
I tried
d2p
andd2c
(c2p
andc2r
didnt produce any results)and the results dont seem right. I believe there is a bug here unless I'm wrong
See the screen shot below

Here is the codepen:
https://codepen.io/destrada/pen/EzKeMb
The text was updated successfully, but these errors were encountered: