From 480800008add27c41c29d63afa3227d41ff5dbd5 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Wed, 10 Jul 2024 11:15:24 -0400 Subject: [PATCH 1/2] Update configuration-options.md --- doc/python/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/configuration-options.md b/doc/python/configuration-options.md index 52dcc8764ec..55da59d9ac2 100644 --- a/doc/python/configuration-options.md +++ b/doc/python/configuration-options.md @@ -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-on-cartesian-plots) for more details. ```python import plotly.express as px From 04378eb68107746fc6d68dbf12f10be15eb1b728 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Wed, 10 Jul 2024 11:16:40 -0400 Subject: [PATCH 2/2] fix anchor --- doc/python/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/configuration-options.md b/doc/python/configuration-options.md index 55da59d9ac2..1b884b84786 100644 --- a/doc/python/configuration-options.md +++ b/doc/python/configuration-options.md @@ -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