Skip to content

Commit ab946dd

Browse files
authored
Update doc/python/axes.md
1 parent b01a685 commit ab946dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: doc/python/axes.md

+2
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,8 @@ fig.show()
561561

562562
#### Exclude Inside Tick Labels from Range
563563

564+
*New in 5.18*
565+
564566
You can use `insiderange` instead of `range` on an axis if you have tick labels positioned on the inside of another axis and you don't want the range to overlap with those labels.
565567

566568
In this example, we have a y axis with `ticklabelposition="inside"` and by setting `insiderange=['2018-10-01', '2019-01-01']` on the x axis, the data point of `2018-10-01` is displayed after the y axis labels.

0 commit comments

Comments
 (0)