Skip to content

Commit 36cc0ea

Browse files
committed
Update multiple-axes.md
1 parent fa9633a commit 36cc0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/python/multiple-axes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ fig.show()
354354

355355
### Sync Axes Ticks
356356

357-
*New in 5.13*
358357

358+
*New in 5.13*
359359

360-
When you have multiple axes overlayed, each axis by default has its own number of ticks. You can sync the number of ticks on an axis overlayed on another axis by setting `tickmode="sync"`. In this example, we sync the ticks on the `"Total bill amount"` axis with the `"Total number of diners"` axis that it overlays.
360+
With overlayed axes, each axis by default has its own number of ticks. You can sync the number of ticks on a cartesian axis with another one it overlays by setting `tickmode="sync"`. In this example, we sync the ticks on the `"Total bill amount"` axis with the `"Total number of diners"` axis that it overlays.
361361

362362
```python
363363
import plotly.graph_objects as go

0 commit comments

Comments
 (0)