Skip to content

Commit d5a5fa1

Browse files
Merge pull request #2532 from muratcankaracabey/patch-1
Fixed wrong axis titles
2 parents cf3f744 + 67c7d74 commit d5a5fa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/python/multiple-axes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ fig.update_layout(
189189
position=0.15
190190
),
191191
yaxis3=dict(
192-
title="yaxis4 title",
192+
title="yaxis3 title",
193193
titlefont=dict(
194194
color="#d62728"
195195
),
@@ -201,7 +201,7 @@ fig.update_layout(
201201
side="right"
202202
),
203203
yaxis4=dict(
204-
title="yaxis5 title",
204+
title="yaxis4 title",
205205
titlefont=dict(
206206
color="#9467bd"
207207
),
@@ -225,4 +225,4 @@ fig.show()
225225
```
226226

227227
#### Reference
228-
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.
228+
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 commit comments

Comments
 (0)