Skip to content

Commit 3ee60c0

Browse files
committed
Update axes.md
1 parent e86d5a1 commit 3ee60c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/axes.md

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

484484
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, set `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)