8000 Fix broken markdown link in figure-labels.md · ordartur111/plotly.py@e1e2eed · GitHub
[go: up one dir, main page]

Skip to content

Commit e1e2eed

Browse files
authored
Fix broken markdown link in figure-labels.md
1 parent 94f2024 commit e1e2eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/figure-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ IFrame(snippet_url + 'figure-labels', width='100%', height=1200)
124124

125125
### Manual Labelling with Graph Objects
126126

127-
When using (graph objects)[/python/graph-objects/] rather than [Plotly Express](/python/plotly-express/), you will need to explicitly label traces and axes:
127+
When using [graph objects](/python/graph-objects/) rather than [Plotly Express](/python/plotly-express/), you will need to explicitly label traces and axes:
128128

129129
```python
130130
import plotly.graph_objects as go

0 commit comments

Comments
 (0)
0