From ebea813da49440c25252bf78777dcbaf78140829 Mon Sep 17 00:00:00 2001 From: Eran Date: Mon, 6 Jul 2020 09:01:58 +0300 Subject: [PATCH] Update legend.md typo fix --- doc/python/legend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/legend.md b/doc/python/legend.md index 3d6f23a6c4c..9821d2c6c18 100644 --- a/doc/python/legend.md +++ b/doc/python/legend.md @@ -428,10 +428,10 @@ fig.add_trace(go.Streamtube( )) # Update all traces together fig.update_traces(showlegend=True, showscale=False) -fig.update_layout(width=600, title_text='Exporation of a vector field using several traces') +fig.update_layout(width=600, title_text='Exploration of a vector field using several traces') fig.show() ``` #### Reference -See https://plotly.com/python/reference/#layout-legend for more information! \ No newline at end of file +See https://plotly.com/python/reference/#layout-legend for more information!