From e1e2eedb0b3506281619e0379066bc233707198f Mon Sep 17 00:00:00 2001 From: Mahot Descelliers Date: Fri, 27 Oct 2023 10:58:31 +0200 Subject: [PATCH] Fix broken markdown link in figure-labels.md --- doc/python/figure-labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/figure-labels.md b/doc/python/figure-labels.md index 633c343371f..fd939df389e 100644 --- a/doc/python/figure-labels.md +++ b/doc/python/figure-labels.md @@ -124,7 +124,7 @@ IFrame(snippet_url + 'figure-labels', width='100%', height=1200) ### Manual Labelling with Graph Objects -When using (graph objects)[/python/graph-objects/] rather than [Plotly Express](/python/plotly-express/), you will need to explicitly label traces and axes: +When using [graph objects](/python/graph-objects/) rather than [Plotly Express](/python/plotly-express/), you will need to explicitly label traces and axes: ```python import plotly.graph_objects as go