8000 Merge recent docs changes back to main by LiamConnors · Pull Request #5091 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Merge recent docs changes back to main #5091

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
merged 18 commits into from
Mar 17, 2025
Merged
Changes from 1 commit
Commits
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
with bgcolor in the right place
  • Loading branch information
rl-utility-man authored Dec 24, 2024
commit 64e16d7a890e7f4c09afed87ced051299d10413a
2 changes: 1 addition & 1 deletion doc/python/text-and-annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,10 @@ fig.update_layout(
xref="paper",
xanchor="right",
x=1,
font=dict(size=12)),

plot_bgcolor="white",

font=dict(size=12)),
# We move the legend out of the right margin so the right-aligned note is
# flush with the right most element of the graph.
# Here we put the legend in a corners of the graph region
Expand Down
0