You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/python/multiple-axes.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ fig.update_layout(
189
189
position=0.15
190
190
),
191
191
yaxis3=dict(
192
-
title="yaxis4 title",
192
+
title="yaxis3 title",
193
193
titlefont=dict(
194
194
color="#d62728"
195
195
),
@@ -201,7 +201,7 @@ fig.update_layout(
201
201
side="right"
202
202
),
203
203
yaxis4=dict(
204
-
title="yaxis5 title",
204
+
title="yaxis4 title",
205
205
titlefont=dict(
206
206
color="#9467bd"
207
207
),
@@ -225,4 +225,4 @@ fig.show()
225
225
```
226
226
227
227
#### 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