Skip to content

splom notebook #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 28, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
minor improvements
  • Loading branch information
emmanuelle committed Jun 28, 2019
commit 1127743fa34ade48375e5dd1ab9a39a89cebb31e
4 changes: 2 additions & 2 deletions notebooks/splom.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ fig.show()
```

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

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??**
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.

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.

Expand Down