We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb84bc5 commit ebea813Copy full SHA for ebea813
doc/python/legend.md
@@ -428,10 +428,10 @@ fig.add_trace(go.Streamtube(
428
))
429
# Update all traces together
430
fig.update_traces(showlegend=True, showscale=False)
431
-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')
432
fig.show()
433
```
434
435
#### Reference
436
437
-See https://plotly.com/python/reference/#layout-legend for more information!
+See https://plotly.com/python/reference/#layout-legend for more information!
0 commit comments