question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Scatter Plot Matrix (aka SPLOM) discussion

See original GitHub issue

SPLOMs 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.

cc @dfcreative @alexcjohnson @cldougl @chriddyp

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:21 (21 by maintainers)

github_iconTop GitHub Comments

3reactions
dycommented, Mar 13, 2018
2reactions
etpinardcommented, Mar 15, 2018

image

too bad. Although ⤴️ is from w3school 😆

https://developer.mozilla.org/en-US/docs/Web/API/Node/baseURI is incomplete:

image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found