Scatter Plot Matrix (aka SPLOM) discussion
See original GitHub issueSPLOMs are coming to plotly.js.
For the uninitiated, docs on the python api scatterplotmatrix
figure factory are here. Seaborn calls it a pairplot. Matlab has plotmatrix draw function.
Some might say that SPLOMs are already part of plotly.js: all we have to do is generate traces for each combination of variables and plot them on an appropriate axis layout (example).
But, this technique has a few limitations and inconveniences:
- data arrays are duplicated, which impacts performance when the number of variables and/or the data array lengths are large
- creating the axes layout and correctly linking the scatter traces is tedious. Note that the python api exposes a few tools to make this smoother, but these aren’t available to plotly.js users.
- …
- feel free to edit and append this list
Numerous solutions are available. This issue will attempt to spec out the best one.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:21 (21 by maintainers)
Top Results From Across the Web
5.13 Making a Scatter Plot Matrix - R Graphics Cookbook
A scatter plot matrix is an excellent way of visualizing the pairwise relationships among several variables. To make one, use the pairs() function...
Read more >What is a SPLOM chart? Making scatterplot matrices in Python
The scatterplot matrix, known as SPLOM, allows data aficionados to quickly realize any interesting correlations within the dataset they are ...
Read more >R69 Matrix Scatter Plot and SPLOM - YouTube
This brief minute video covers Scatter Plot Matrix graphics using splom in R and RStudio. If you are interested in data visualization in...
Read more >creating scatter plot matrix - Microsoft Power BI Community
The objective is to do an exploratory data analysis visually to see which feature variables have a good linear relationship with the others...
Read more >4.2 Simple base R plots | An Introduction to R
4.2.7 Lattice plots ; boxplot, bwplot(), boxplot() ; Cleveland dotplot, dotplot(), dotchart() ; scatterplot matrix, splom(), pairs() ; conditioning plot, xyplot(y ~ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Work in progress https://dfcreative.github.io/regl-scattermatrix/
too bad. Although ⤴️ is from w3school 😆
https://developer.mozilla.org/en-US/docs/Web/API/Node/baseURI is incomplete: