Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add docs updates for Plotly.py v6.3 #5269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
camdecoster merged 21 commits into main from docs-update-next-release
Aug 12, 2025
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4911830
Add zero line layer example
LiamConnors Jul 7, 2025
3465529
add pattern path example
LiamConnors Jul 7, 2025
ec640bd
add max height example
LiamConnors Jul 7, 2025
72fb5cd
Merge branch 'main' into docs-update-next-release
LiamConnors Jul 28, 2025
d9ec816
Add modebar button disable example
LiamConnors Jul 29, 2025
f19bbf8
Add Minor Log Labels example
LiamConnors Jul 29, 2025
2ecd080
Add unifiedhovertitle example
LiamConnors Jul 29, 2025
60a377c
Make small formatting changes
LiamConnors Jul 29, 2025
3ecefef
add map updates
LiamConnors Aug 5, 2025
75af440
fix wording
LiamConnors Aug 5, 2025
3d9ea84
Merge branch 'main' into docs-update-next-release
LiamConnors Aug 5, 2025
ce6ae1b
Update doc/python/choropleth-maps.md
LiamConnors Aug 6, 2025
377db50
Update doc/python/map-configuration.md
LiamConnors Aug 6, 2025
cd57c41
Update doc/python/map-configuration.md
LiamConnors Aug 6, 2025
d4d9a3c
Update doc/python/map-configuration.md
LiamConnors Aug 6, 2025
16e454a
Make small updates
LiamConnors Aug 6, 2025
7ae4694
Merge branch 'docs-update-next-release' of https://github.com/plotly/...
LiamConnors Aug 6, 2025
a03c3de
Update legend.md
LiamConnors Aug 6, 2025
c72d9a1
Update doc/python/map-configuration.md
LiamConnors Aug 6, 2025
052efc9
Update doc/python/choropleth-maps.md
LiamConnors Aug 6, 2025
c7a38b6
Merge remote-tracking branch 'origin/main' into docs-update-next-release
camdecoster Aug 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update legend.md
  • Loading branch information
LiamConnors committed Aug 6, 2025
commit a03c3deef287f952e6ba646ad7f1a5a2ed66aed6
2 changes: 1 addition & 1 deletion doc/python/legend.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ fig.show()

*New in 6.3*

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

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

AltStyle によって変換されたページ (->オリジナル) /