You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/figure-labels.md
+37-9
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ fig.show()
90
90
91
91
*New in 5.14*
92
92
93
-
Set `automargin=True` to allow the title to push the figure margins. With `yref` set to `paper`, `automargin=True` expands the margins to make the title visible, but doesn't push outside the container. With `yref` set to `container`, `automargin=True` expands the margins, but the title doesn't overlap with the plot area, tick labels, and axis titles.
93
+
Set `automargin=True` to allow the title to push the figure margins. With `yref` set to `paper`, `automargin=True` expands the margins to make the title visible, but doesn't push outside the container. With `yref` set to `container`, `automargin=True` expands the margins, but the title doesn't overlap with the plot area, tick labels, and axis titles.
# color="DarkSlateGrey" Line colors don't apply to open markers
398
398
)
399
399
),
@@ -465,7 +465,7 @@ fig.show()
465
465
466
466
*New in 5.11*
467
467
468
-
When you have multiple markers at one location, you can use `standoff` on a marker to move it away from the other marker in the direction of the `angle`.
468
+
When you have multiple markers at one location, you can use `standoff` on a marker to move it away from the other marker in the direction of the `angle`.
469
469
In this example, we set `standoff=8` on the `arrow` marker, which is half the size of the other `circle` marker, meaning it points exactly at the `circle`.
470
470
471
471
```python
@@ -525,7 +525,7 @@ fig = go.Figure(
525
525
)
526
526
527
527
fig.update_layout(
528
-
title="Population changes 1987 to 2007",
528
+
title=dict(text="Population changes 1987 to 2007"),
0 commit comments