We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aebcaf commit 28fc319Copy full SHA for 28fc319
doc/python/figure-labels.md
@@ -111,7 +111,7 @@ fig.add_trace(go.Scatter(
111
fig.update_layout(
112
title="Plot Title",
113
xaxis_title="X Axis Title",
114
- yaxis_title="X Axis Title",
+ yaxis_title="Y Axis Title",
115
legend_title="Legend Title",
116
font=dict(
117
family="Courier New, monospace",
@@ -147,4 +147,4 @@ fig.show()
147
```
148
149
#### Reference
150
-See https://plotly.com/python/reference/layout/ for more information!
+See https://plotly.com/python/reference/layout/ for more information!
0 commit comments