Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

px.histogram log_x argument doesn't plot #86

Closed
awalther opened this issue May 16, 2019 · 3 comments
Closed

px.histogram log_x argument doesn't plot #86

awalther opened this issue May 16, 2019 · 3 comments

Comments

@awalther
Copy link

awalther commented May 16, 2019

Minimal example below (added marginal=rug to show where the bars supposedly should land):

import plotly_express as px

fig = px.histogram(
    px.data.iris(), 
    x='petal_width',
    color='species',
    log_x=True,
    marginal='rug',
)
fig
@nicolaskruchten
Copy link
Contributor

This is currently a limitation of Plotly.js: plotly/plotly.js#1844

When it's fixed there, it will be fixed here automatically :)

@achraf-o
Copy link

achraf-o commented Apr 5, 2020

Is there a fix for this situation. I am experiencing the same issue

@nicolaskruchten
Copy link
Contributor

Closing as dupe of plotly/plotly.js#1844

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants