Skip to content

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.

3 participants