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

Commit 1a182ff

Browse files
Update multiple-axes.md
1 parent ac0831b commit 1a182ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎doc/python/multiple-axes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ fig.show()
251251

252252
#### Automatically Shifting Axes
253253

254+
*New in 5.12*
255+
254256
To automatically reposition axes to avoid overlap with other axes with the same `overlaying` value, set `autoshift=True`. For `autoshift` to work on an axis, you'll also need to set `anchor="free"` on that axis.
255257

256258
```python
@@ -301,6 +303,8 @@ fig.show()
301303

302304
### Shift Axes by a Specific Number of Pixels
303305

306+
*New in 5.12*
307+
304308
Set a `shift` value on an axis to shift an axis by that number of pixels. A positive value shifts an axis to the right. A negative value shifts it to the left. Here, we shift `yaxis4` 100 pixels further to the left.
305309

306310
```python

0 commit comments

Comments
(0)

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