The Wayback Machine - https://web.archive.org/web/20220320020546/https://github.com/plotly/plotly.py/pull/2226
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

@SylwiaOliwia2 SylwiaOliwia2 commented Feb 25, 2020

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
Member

@nicolaskruchten nicolaskruchten Feb 26, 2020

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

@SylwiaOliwia2 SylwiaOliwia2 Feb 27, 2020

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

@emmanuelle emmanuelle commented Feb 29, 2020

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
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants