Skip to content

Commit 94196a6

Browse files
committed
Update legend.md
1 parent d7aa9e5 commit 94196a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/legend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ fig.show()
193193

194194
*New in 5.11*
195195

196-
Set the width of hozitonal legend entries by setting `entrywidth`. Here we set it to `70` pixels. Pixels is the default unit for `entrywidth`, but you can set it to be a fraction of the plot width with `entrywidthmode='fraction`.
196+
Set the width of hozitonal legend entries by setting `entrywidth`. Here we set it to `70` pixels. Pixels is the default unit for `entrywidth`, but you can set it to be a fraction of the plot width using `entrywidthmode='fraction`.
197197

198198
```python
199199
import plotly.express as px

0 commit comments

Comments
 (0)