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
Copy file name to clipboardExpand all lines: notebooks/splom.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,9 @@ fig.show()
79
79
```
80
80
81
81
<!-- #region-->
82
-
###Scatter matrix (plom) with go.Splom
82
+
###Scatter matrix (splom) with go.Splom
83
83
84
-
When data are not available as a tidy dataframe, it is possible to use the more generic`go.Splom` function.**WHere isitsAPI documentation??**
84
+
When data are not available as a tidy dataframe, it is possible to use the more generic`go.Splom` function.Allitsparameters are documented in the reference pagehttps://plot.ly/python/reference/#splom.
85
85
86
86
The Plotly splom trace implementation for the scatterplot matrix does not require to set $x=Xi$ , and $y=Xj$, for each scatter plot. All arrays, $X_1,X_2,…,X_n$ , are passed once, through a list of dicts called dimensions, i.e. each array/variable represents a dimension.