Skip to content
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

Log axes aren't supported in histogram2d or histogram2dcontour #1844

Open
chriddyp opened this issue Jul 3, 2017 · 18 comments
Open

Log axes aren't supported in histogram2d or histogram2dcontour #1844

chriddyp opened this issue Jul 3, 2017 · 18 comments
Labels
bug something broken P3 backlog

Comments

@chriddyp
Copy link
Member

chriddyp commented Jul 3, 2017

as reported in the community forum: https://community.plot.ly/t/2d-histogram-with-log-axes-supported/4711

example: https://plot.ly/~chris/18409/

@etpinard
Copy link
Contributor

etpinard commented Jul 3, 2017

https://codepen.io/etpinard/pen/gRzGXg

Do 1D log-axes histogram even work? Is that even a thing?

@chriddyp
Copy link
Member Author

chriddyp commented Jul 4, 2017

Here's the perspective of the use who reported it:
image

@etpinard etpinard added the bug something broken label Jul 11, 2017
@alexcjohnson
Copy link
Collaborator

This one has some interesting theoretical implications: It's not just a matter of displaying the histogram on a log axis (showing a heatmap or bar trace on a log axis works fine). You also need to space the bins logarithmically, and if there's normalization it amounts to something like "counts per decade" instead of whatever units are on the axis.

Also this would give us more motivation to include the bounds of the bin in hover labels, not just the center - see #69. Or, even better, the bounds of the data in the bin... for example if your bin is 1.5 - 3.5 but your data is all integers, it should say 2 - 3.

@ericbdaniels
Copy link

https://codepen.io/etpinard/pen/gRzGXg

Do 1D log-axes histogram even work? Is that even a thing?

totally a thing, and would love to use plotly for this. Is this in the works...?

@etpinard
Copy link
Contributor

totally a thing,

Could you share an example/screenshot from another library to help us out?

@ericbdaniels
Copy link

ericbdaniels commented Oct 24, 2018

currently using numpy to set bins and plotly bar as work around
image

log option in matplotlib sets y axis to log scale rather than x. No great option in python that I'm aware of, other than setting bins manually.

Log scale x axis is desirable in the case of highly skewed distribution. In my own experience is this is common with geoscience data where GSLIB Histplt is often used

@vlizanae
Copy link

From my point of view, the 1D histogram should show like a normal histogram of the logarithm of the data, and actually my current workaround is to do that and then manually set the non logarithm values for the ticks. The only problem is that this only works well with static bins. Example:

screen shot 2019-01-30 at 9 54 23 am

@manthey
Copy link

manthey commented Apr 5, 2019

I, too, would like to use log axes in a histogram2d. Currently, it is just odd. For instance, using the "2D Histogram of a Bivariate Normal Distribution with Plotly JS" example and just changing the yaxis to type: 'log', you get a strange row of data: https://codepen.io/manthey/pen/VNjZMy If you manually change the range of the y axis, it looks like all of the data is offset, but otherwise somehow binned: https://codepen.io/manthey/pen/EJyYLW

@priesgo
Copy link

priesgo commented May 11, 2019

+1 for this feature

@DanielTea
Copy link

having the same issue here, is there a workaround?

@rusiano
Copy link

rusiano commented Jun 12, 2020

+1

2 similar comments
@svili
Copy link

svili commented Jun 16, 2020

+1

@plasmapotential
Copy link

+1

@chriddyp
Copy link
Member Author

This still seems like a good idea!
FYI to folks coming across this issue: If your organization needs this feature, then reach out to our services team to fund the development: https://plotly.com/products/consulting-and-oem. This is how many new features are supported & developed 🍻

@jackparmer
Copy link
Contributor

This issue has been tagged with NEEDS SPON$OR

A community PR for this feature would certainly be welcome, but our experience is deeper features like this are difficult to complete without the Plotly maintainers leading the effort.

Sponsorship range: $10k-$15k

What Sponsorship includes:

  • Completion of this feature to the Sponsor's satisfaction, in a manner coherent with the rest of the Plotly.js library and API
  • Tests for this feature
  • Long-term support (continued support of this feature in the latest version of Plotly.js)
  • Documentation at plotly.com/javascript
  • Possibility of integrating this feature with Plotly Graphing Libraries (Python, R, F#, Julia, MATLAB, etc)
  • Possibility of integrating this feature with Dash
  • Feature announcement on community.plotly.com with shout out to Sponsor (or can remain anonymous)
  • Gratification of advancing the world's most downloaded, interactive scientific graphing libraries (>50M downloads across supported languages)

Please include the link to this issue when contacting us to discuss.

@danthegoodman1
Copy link

Bumping... no reason this should still be open. I can't do log_z=True still...

@gvwilson gvwilson self-assigned this Jun 10, 2024
@gvwilson gvwilson removed their assignment Aug 2, 2024
@paulduf
Copy link

paulduf commented Aug 2, 2024

@gvwilson I see some recent activity on this. Does it mean it will be soon available ? Would be an absolute game changer for my case. Many thanks

@gvwilson
Copy link
Contributor

gvwilson commented Aug 2, 2024

hi @paulduf - I started as the Engineering Manager for the Libraries team 14 weeks ago and am still sorting through backlog. No idea when/if someone will be able to get to this one, but I'll post updates here. cheers - @gvwilson

@gvwilson gvwilson added the P3 backlog label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P3 backlog
Projects
None yet
Development

No branches or pull requests