Skip to content

Commit 0c728ce

Browse files
author
Arnaud Varin
authored
Create README.md
1 parent 4b79c47 commit 0c728ce

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Scatter Plot Matrix Mod for TIBCO Spotfire®
2+
3+
<img src="assets/scatterplotmatrix.png" width="60%"/>
4+
5+
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.
6+
7+
## Installation & Use
8+
9+
[Download latest version](https://github.com/TIBCOSoftware/spotfire-mod-scatterplotmatrix/releases)
10+
11+
The [Wiki](https://github.com/TIBCOSoftware/spotfire-mod-scatterplotmatrix/wiki) contains step-by-step instruction on how to install and use this Mod in TIBCO Spotfire®.
12+
13+
## Building the Project
14+
15+
In a terminal window:
16+
- `npm install`
17+
- `npm start`
18+
- `npm run server`
19+
20+
## About Mods for TIBCO Spotfire®
21+
- [TIBCO Community Exchange](https://community.tibco.com/s/global-search/%40uri#q=mod%20for%20tibco%20spotfire&t=Exchange&sort=date%20descending): A safe and trusted place to discover ready-to-use mods
22+
- [Developer documentation](https://tibcosoftware.github.io/spotfire-mods/docs/): Introduction and tutorials for mods developers
23+
- [Mods examples made by TIBCO](https://github.com/TIBCOSoftware/spotfire-mods/releases/latest): A public repository for examples projects

0 commit comments

Comments
 (0)