Skip to content

Commit e1912ad

Browse files
authored
Merge pull request #4691 from plotly/fix-typo
Small text and formatting changes
2 parents 975bbf7 + 3ee60c0 commit e1912ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: doc/python/axes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,10 @@ fig.show()
453453
*New in 5.23*
454454

455455
You can adjust tick label positions by moving them a number of pixels away from the axis using `ticklabelstandoff` or along the axis using `ticklabelshift`.
456-
456+
457457
In this example, `ticklabelshift=25` shifts the labels 25 pixels to the right along the x-axis. By providing a negative value, we could move the labels 25 pixels to the left, (`ticklabelshift=-25`).
458458

459-
Here, `ticklabelstandoff=15` moves the labels further 15 pixels away from the x-axis. A negative value here would move them close to the axis.
459+
Here, `ticklabelstandoff=15` moves the labels 15 pixels further away from the x-axis. A negative value here would move them closer to the axis.
460460

461461
```python
462462
import plotly.express as px
@@ -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)