Skip to content

Commit 1f340c4

Browse files
Merge pull request #2617 from eranws/patch-3
Update legend.md
2 parents fb84bc5 + ebea813 commit 1f340c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/legend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,10 @@ fig.add_trace(go.Streamtube(
428428
))
429429
# Update all traces together
430430
fig.update_traces(showlegend=True, showscale=False)
431-
fig.update_layout(width=600, title_text='Exporation of a vector field using several traces')
431+
fig.update_layout(width=600, title_text='Exploration of a vector field using several traces')
432432
fig.show()
433433
```
434434

435435
#### Reference
436436

437-
See https://plotly.com/python/reference/#layout-legend for more information!
437+
See https://plotly.com/python/reference/#layout-legend for more information!

0 commit comments

Comments
 (0)