Skip to content

Commit b2721ed

Browse files
committed
update example text
1 parent 2293ba8 commit b2721ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/hover-text-and-formatting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ fig.show()
120120

121121
*New in 5.21*
122122

123-
Use `hoversubplots` to define how hover effects expand to additional subplots. With `hoversubplots=axis`, hover effects are included on stacked subplots using the same axis when `hovermode` is set to `x`, `x unified`, `y`, or `y unified`. In the following example, the three stacked scatter plots use the same `xaxis`:
123+
Use `hoversubplots` to define how hover effects expand to additional subplots. With `hoversubplots=axis`, hover effects are included on stacked subplots using the same axis when `hovermode` is set to `x`, `x unified`, `y`, or `y unified`.
124124

125125
```python
126126
import plotly.graph_objects as go

0 commit comments

Comments
 (0)