Skip to content

Commit dde4789

Browse files
Merge pull request #2826 from misterhay/patch-1
Correct "Y Axis Title" label
2 parents b20a38b + 28fc319 commit dde4789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/figure-labels.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ fig.add_trace(go.Scatter(
123123
fig.update_layout(
124124
title="Plot Title",
125125
xaxis_title="X Axis Title",
126-
yaxis_title="X Axis Title",
126+
yaxis_title="Y Axis Title",
127127
legend_title="Legend Title",
128128
font=dict(
129129
family="Courier New, monospace",

0 commit comments

Comments
 (0)