Skip to content

Commit 1a182ff

Browse files
committed
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

Diff for: doc/python/multiple-axes.md

+4
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)