Skip to content

Commit 13d1d3f

Browse files
authored
Merge pull request #4221 from tanmaychimurkar/patch-1
Updated typo in `entrywidthmode` for legend
2 parents 3ae3ea9 + fc38728 commit 13d1d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 horizontal 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`.
196+
Set the width of horizontal 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)