You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
## Referencing Selections on Multiple Cartesian Subplots
199
154
200
155
@@ -307,6 +262,51 @@ fig.update_layout(
307
262
)
308
263
309
264
265
+
fig.show()
266
+
```
267
+
268
+
## Referencing Selections on a Scatterplot Matrix
269
+
270
+
271
+
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`.
0 commit comments