Skip to content

XiancaiTian/Scatter-Plot-Matrix

Repository files navigation

Scatter Plot Matrix

Scatter Plot Matrix (SPM) is an interactive visualization built with D3.js, it provides a feasible way to explore correlation and distribution of tabular data with multiple columns.

SPM

Compared with the one made by D3.js author Mike Bostock, my SPM has the following advantages:

  1. you can add or remove attribute you want to explore by double clicking on the column name in the list;

  2. categorical attributes will automatically be removed;

  3. plot size adjusts based on the number of columns you choose;

  4. it shows histogram of each attribute in diagonal cells, instead of pointless scatter plot of the attribute itself;

  5. it hides duplicated scatter plots to make the visual a bit neater.

About

Interactive Scatter Plot Matrix built using d3.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published