Skip to content

Commit

Permalink
Update legend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Oct 24, 2022
1 parent d7aa9e5 commit 94196a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ fig.show()

*New in 5.11*

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`.
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`.

```python
import plotly.express as px
Expand Down

0 comments on commit 94196a6

Please sign in to comment.