Skip to content

Commit a03c3de

Browse files
committed
Update legend.md
1 parent 7ae4694 commit a03c3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/legend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ fig.show()
258258

259259
*New in 6.3*
260260

261-
By default, a legend can expand to fill up to half of the layout area height for a horizontal legend and the full height for a vertical legend. You can change this by specifying a `maxheight` for the legend. In the following plot with many legend items, we set `maxheight` to a ratio of 0.10, giving the plot more space.
261+
By default, a legend can expand to fill up to half of the layout area height for a horizontal legend and the full height for a vertical legend. You can change this by specifying a `maxheight` for the legend. `maxheight` is interpreted as a ratio if it is 1 or less, and as an exact pixel value if it is greater than 1. In the following plot with many legend items, we set `maxheight` to a ratio of 0.10, giving the plot more space.
262262

263263
```python
264264
import plotly.express as px

0 commit comments

Comments
 (0)