-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
log_x not working in histogram #2899
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
It's not a bug, we just have not yet implemented histograms on log scales :) |
Thanks for the prompt reply, but the strange thing is that it works on |
That's a good idea! Should be fairly straightforward to implement in PX since the recent changes to explicitize orientation if you're up to submit a PR! |
Sure I can do that but I have no idea where to look for things. I have not looked at this repo in any way |
It'll be in a file called _core.py (sorry, replying from my phone, can't find full path just now ;) |
@nicolaskruchten have log scale histograms been implemented anywhere yet? if not i can add look into adding this NotImplementedError. |
I'm having the same problem, would be awesome to have this implemented or make it throw NotImplementedError. Thank you! |
For my use case, I made an implementation using numpy to build the histogram and plot it with a Bar plot customizing the ticks and hover data. https://gist.github.com/acssantos/3108539189e60e4b059130259d21f5a9 Hope it can help circumvent the problem. |
So there is in fact a bug here, sorry to have misdiagnosed it earlier. Setting Note that setting
|
Any progress? |
Is this still not implemented? I'm having the same issue. |
Hi,
I'm new to plotly and it seems to me that following behavior is a bug.
Can someone please verify it?
Thanks for a great library.
The text was updated successfully, but these errors were encountered: