Skip to content

Commit b01a685

Browse files
committed
Update axes.md
1 parent 53e28f5 commit b01a685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/axes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ fig.show()
561561

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

564-
You can use `insiderange` instead of `range` on an axis if you have tick labels positioned on the inside of another axis (`ticklabelposition="inside"`) and you don't want the range to overlap with those labels.
564+
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.
565565

566566
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.
567567

0 commit comments

Comments
 (0)