Skip to content

Commit

Permalink
Merge pull request #2532 from muratcankaracabey/patch-1
Browse files Browse the repository at this point in the history
Fixed wrong axis titles
  • Loading branch information
nicolaskruchten authored Jun 3, 2020
2 parents cf3f744 + 67c7d74 commit d5a5fa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/python/multiple-axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fig.update_layout(
position=0.15
),
yaxis3=dict(
title="yaxis4 title",
title="yaxis3 title",
titlefont=dict(
color="#d62728"
),
Expand All @@ -201,7 +201,7 @@ fig.update_layout(
side="right"
),
yaxis4=dict(
title="yaxis5 title",
title="yaxis4 title",
titlefont=dict(
color="#9467bd"
),
Expand All @@ -225,4 +225,4 @@ fig.show()
```

#### Reference
All of the y-axis properties are found here: https://plotly.com/python/reference/#YAxis. For more information on creating subplots see the [Subplots in Python](/python/subplots/) section.
All of the y-axis properties are found here: https://plotly.com/python/reference/#YAxis. For more information on creating subplots see the [Subplots in Python](/python/subplots/) section.

0 comments on commit d5a5fa1

Please sign in to comment.