Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjiec/scatter-matrix
Explore data matrix using scatterplot matrix
https://github.com/benjiec/scatter-matrix
Last synced: 10 days ago
JSON representation
Explore data matrix using scatterplot matrix
- Host: GitHub
- URL: https://github.com/benjiec/scatter-matrix
- Owner: benjiec
- License: mit
- Created: 2013-11-25T19:27:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T21:12:09.000Z (about 7 years ago)
- Last Synced: 2024-07-26T17:55:06.789Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 531 KB
- Stars: 54
- Watchers: 5
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# scatter-matrix.js
scatter-matrix.js (SM) is a JavaScript library for drawing scatterplot matrix.
SM handles matrix data in CSV format: rows represent samples and columns
represent observations. SM interprets the first row as a header. All numeric
columns appear as rows and columns of the scatterplot matrix.SM is a simple extension/generalization of [Mike Bostock's scatterplot matrix
example](http://mbostock.github.io/d3/talk/20111116/iris-splom.html).
Additional features include* User can color dots by values of a non-numeric observation.
* User can filter data by values of a non-numeric observation.
* User can decide what numeric observations to include in the matrix.
* User can expand the matrix and view data by fixing one or more observations at set values.For demo, see http://benjiec.github.io/scatter-matrix/demo/demo.html