We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7be77 commit a1f77f0Copy full SHA for a1f77f0
doc/python/axes.md
@@ -481,9 +481,9 @@ fig.show()
481
482
*New in 5.23*
483
484
-On date or linear axes, use `ticklabelindex` to use..
+On date or linear axes, use `ticklabelindex` to draw a label for a minor tick instead of a major tick.
485
486
-To draw the label for the minor tick before each major tick, choose `ticklabelindex` -1, like in the following example.
+To draw the label for the minor tick before each major tick, set `ticklabelindex` -1, like in the following example.
487
488
```python
489
import plotly.express as px
0 commit comments