Skip to content

Commit 28fc319

Browse files
authored
Correct "Y Axis Title" label
1 parent 2aebcaf commit 28fc319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/python/figure-labels.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fig.add_trace(go.Scatter(
111111
fig.update_layout(
112112
title="Plot Title",
113113
xaxis_title="X Axis Title",
114-
yaxis_title="X Axis Title",
114+
yaxis_title="Y Axis Title",
115115
legend_title="Legend Title",
116116
font=dict(
117117
family="Courier New, monospace",
@@ -147,4 +147,4 @@ fig.show()
147147
```
148148

149149
#### Reference
150-
See https://plotly.com/python/reference/layout/ for more information!
150+
See https://plotly.com/python/reference/layout/ for more information!

0 commit comments

Comments
 (0)