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

Update subplots.md #2226

Merged
merged 2 commits into from
Mar 2, 2020
Merged

Update subplots.md #2226

merged 2 commits into from
Mar 2, 2020

Conversation

SylwiaOliwia2
Copy link
Contributor

Add information about coloraxis in subplots. #1965

Add information about coloraxis in subplots.  Issue plotly#1965.
```python
from plotly.subplots import make_subplots
import plotly.graph_objects as go
fig = make_subplots(1, 2)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here I would recommend adding shared_yaxes=True to make the bar heights comparable across the plots, then we can merge this!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated!

added shared_yaxes=True and some spacing for better readability in the section 'Subplots with Shared Colorscale'
@emmanuelle
Copy link
Contributor

Thank you @SylwiaOliwia2 and congratulations for your first PR in plotly.py :-)! Merging!

@emmanuelle emmanuelle merged commit fcab197 into plotly:doc-prod Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants