Skip to content

Commit 1127743

Browse files
committed
minor improvements
1 parent 82ceff9 commit 1127743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/splom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ fig.show()
7979
```
8080

8181
<!-- #region -->
82-
### Scatter matrix (plom) with go.Splom
82+
### Scatter matrix (splom) with go.Splom
8383

84-
When data are not available as a tidy dataframe, it is possible to use the more generic `go.Splom` function. **WHere is its API documentation??**
84+
When data are not available as a tidy dataframe, it is possible to use the more generic `go.Splom` function. All its parameters are documented in the reference page https://plot.ly/python/reference/#splom.
8585

8686
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.
8787

0 commit comments

Comments
 (0)