Skip to content

Commit b705619

Browse files
LiamConnorsarchmoj
andauthored
Update doc/python/selections.md
Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com>
1 parent 222b3b2 commit b705619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/selections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ fig.show()
153153
## Referencing Selections on Multiple Cartesian Subplots
154154

155155

156-
You can add selections to subplots by specifying axis ids using `xaxis` and `yaxis`. Here, we add one selection on the plot with axis ids `x` and `y2` and two selections to the the plot with axis ids `x` and `y`.
156+
You can add selections to multiple Cartesian subplots by specifying `xref` and/or `yref`. Here, we add one selection on the plot with axis ids `x` and `y2` and two selections to the the plot with axis ids `x` and `y`.
157157

158158
```python
159159
import plotly.graph_objects as go

0 commit comments

Comments
 (0)