Skip to content

Commit f7f90c2

Browse files
authored
Merge pull request plotly#4149 from plotly/doc-prod
Update master from doc prod
2 parents 2aea0fb + bf7eace commit f7f90c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: doc/python/horizontal-vertical-shapes.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ fig.show()
145145

146146
[Text labels on shapes](/python/shapes/#addingtextlabelstoshapes), introduced in version 5.14, is now the recommended way to add text to shapes. The above examples using `add_hline`, `add_vrect`, `add_hrect`, and `add_vline` that add annotations can be rewritten to use `label`.
147147

148-
149148
```python
150149
import plotly.express as px
151150

@@ -177,7 +176,7 @@ fig.show()
177176

178177
```
179178

180-
With [text labels on shapes](/python/shapes/#addingtextlabelstoshapes), you can also add text labels to shapes other than lines and rectangles, and the labels can be added automatically to shapes drawn by the user.
179+
With [text labels on shapes](/python/shapes/#adding-text-labels-to-shapes), you can also add text labels to shapes other than lines and rectangles, and the labels can be added automatically to shapes drawn by the user.
181180

182181

183182
### Reference

0 commit comments

Comments
 (0)