Skip to content

Commit a1f77f0

Browse files
authored
Update doc/python/axes.md
1 parent ce7be77 commit a1f77f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/axes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,9 @@ fig.show()
481481

482482
*New in 5.23*
483483

484-
On date or linear axes, use `ticklabelindex` to use..
484+
On date or linear axes, use `ticklabelindex` to draw a label for a minor tick instead of a major tick.
485485

486-
To draw the label for the minor tick before each major tick, choose `ticklabelindex` -1, like in the following example.
486+
To draw the label for the minor tick before each major tick, set `ticklabelindex` -1, like in the following example.
487487

488488
```python
489489
import plotly.express as px

0 commit comments

Comments
 (0)