Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotfiresoftware/spotfire-mod-scatterplotmatrix
A visualization for Spotfire® to explore pairwise relationships between multiple variables.
https://github.com/spotfiresoftware/spotfire-mod-scatterplotmatrix
analytics mod spotfire spotfire-mods visualization
Last synced: 17 days ago
JSON representation
A visualization for Spotfire® to explore pairwise relationships between multiple variables.
- Host: GitHub
- URL: https://github.com/spotfiresoftware/spotfire-mod-scatterplotmatrix
- Owner: spotfiresoftware
- License: other
- Created: 2023-03-24T14:54:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T07:40:56.000Z (4 months ago)
- Last Synced: 2024-11-16T14:07:49.792Z (3 months ago)
- Topics: analytics, mod, spotfire, spotfire-mods, visualization
- Language: JavaScript
- Homepage: https://is.gd/MRks6A
- Size: 2.93 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scatter Plot Matrix Mod for Spotfire®
A relatively uncommon graphical tool that uses multiple scatterplots to determine the correlation (if any) between a series of variables. These scatterplots are then organized into a matrix, making it easy to look at all the potential correlations in one place.
## Installation & Use
[Download latest version](https://github.com/spotfiresoftware/spotfire-mod-scatterplotmatrix/releases)
The [Wiki](https://github.com/spotfiresoftware/spotfire-mod-scatterplotmatrix/wiki) contains step-by-step instruction on how to install and use this Mod in Spotfire®.
## Building the Project
In a terminal window:
- `npm install`
- `npm run build-watch`In a new terminal window:
- `npm run server`## About Mods for Spotfire®
- [Spotfire Community Exchange](https://community.spotfire.com/files/): A safe and trusted place to discover ready-to-use Mods
- [Developer documentation](https://spotfiresoftware.github.io/spotfire-mods/docs/): Introduction and tutorials for Mods developers
- [Mods examples](https://github.com/TIBCOSoftware/spotfire-mods/): A public repository for examples projects