From 28fc31918a8190c73b593294eb72c1e084da7082 Mon Sep 17 00:00:00 2001 From: David Hay Date: Sun, 11 Oct 2020 11:51:19 -0600 Subject: [PATCH] Correct "Y Axis Title" label --- doc/python/figure-labels.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/figure-labels.md b/doc/python/figure-labels.md index 40ee0b3c303..81b6ae25b7b 100644 --- a/doc/python/figure-labels.md +++ b/doc/python/figure-labels.md @@ -111,7 +111,7 @@ fig.add_trace(go.Scatter( fig.update_layout( title="Plot Title", xaxis_title="X Axis Title", - yaxis_title="X Axis Title", + yaxis_title="Y Axis Title", legend_title="Legend Title", font=dict( family="Courier New, monospace", @@ -147,4 +147,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/layout/ for more information! \ No newline at end of file +See https://plotly.com/python/reference/layout/ for more information!