Skip to content

Commit

Permalink
Merge pull request #4659 from plotly/fix-broken-link
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
LiamConnors authored Jul 12, 2024
2 parents 604e31a + 04378eb commit b7a9c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ fig.show()

*New in v4.7*

Some modebar buttons of Cartesian plots are optional and have to be added explicitly, using the `modeBarButtonsToAdd` config attribute. These buttons are used for drawing or erasing shapes. See [the tutorial on shapes and shape drawing](python/shapes#drawing-shapes-on-cartesian-plots) for more details.
Some modebar buttons of Cartesian plots are optional and have to be added explicitly, using the `modeBarButtonsToAdd` config attribute. These buttons are used for drawing or erasing shapes. See [the tutorial on shapes and shape drawing](/python/shapes#drawing-shapes-with-a-mouse-on-cartesian-plots) for more details.

```python
import plotly.express as px
Expand Down

0 comments on commit b7a9c45

Please sign in to comment.