We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86d5a1 commit 3ee60c0Copy full SHA for 3ee60c0
doc/python/axes.md
@@ -483,7 +483,7 @@ fig.show()
483
484
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, set `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