Skip to content

Commit

Permalink
Update axes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Oct 20, 2023
1 parent 53e28f5 commit b01a685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ fig.show()

#### Exclude Inside Tick Labels from Range

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

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.

Expand Down

0 comments on commit b01a685

Please sign in to comment.