8000 Update selections.md · Coding-with-Adam/plotly.py@fa2f3f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit fa2f3f4

Browse files
committed
Update selections.md
1 parent 1d753ed commit fa2f3f4

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 a Scatterplot Matrix
154154

155155

156-
You can add selections to a scatteplot matrix by specifying `xref` and/or `yref`. Here, we add one selection on the plot with axis ids `x2` and `y2` and another on the plot with ids `x3` and `y`.
156+
You can add selections to a scatterplot matrix by specifying `xref` and/or `yref`. Here, we add one selection on the plot with axis ids `x2` and `y2` and another on the plot with ids `x3` and `y`.
157157

158158
```python
159159
import plotly.express as px

0 commit comments

Comments
 (0)
0