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

Y axis label on facet_row subplots incorrect #129

Closed
ricecooker opened this issue Aug 5, 2019 · 2 comments
Closed

Y axis label on facet_row subplots incorrect #129

ricecooker opened this issue Aug 5, 2019 · 2 comments

Comments

@ricecooker
Copy link

The traces and the y-axis label on the subplots seem to be off by one when using facet_row to generate subplots. See image below:

Screen Shot 2019-08-05 at 4 42 25 PM

The code to recreate this is below:

import pandas.util.testing as put
import plotly.express as px
sample_df = put.makeTimeDataFrame().reset_index().melt(id_vars='index')
px.line(sample_df, x='index', y='value', facet_row='variable')

Installed via pip install plotly==4.0

>>> px.__version__
'0.3.0'
@nicolaskruchten
Copy link
Contributor

Yikes, that's a pretty serious problem. We'll get it fixed shortly. Thanks for bringing it to our attention!

@jonmmease
Copy link
Contributor

Fixed by plotly/plotly.py@c75fe3e and will be released in 4.1.0 shortly.

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