Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotfiresoftware/spotfire-mod-ternary
A visualization for Spotfire® to visualize compositional data in a three-dimensional case.
https://github.com/spotfiresoftware/spotfire-mod-ternary
analytics mod spotfire spotfire-mods visualization
Last synced: 17 days ago
JSON representation
A visualization for Spotfire® to visualize compositional data in a three-dimensional case.
- Host: GitHub
- URL: https://github.com/spotfiresoftware/spotfire-mod-ternary
- Owner: spotfiresoftware
- License: other
- Created: 2022-04-27T14:38:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T13:32:41.000Z (about 1 year ago)
- Last Synced: 2024-11-16T14:07:47.737Z (3 months ago)
- Topics: analytics, mod, spotfire, spotfire-mods, visualization
- Language: JavaScript
- Homepage: https://is.gd/WgVCoa
- Size: 101 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ternary Plot Mod for Spotfire®
A barycentric plot on three variables which sum to a constant to graphically depicts the ratios of the three variables as positions in an equilateral triangle.
It is often used in physical chemistry, petrology, mineralogy, metallurgy, and other physical sciences to show the compositions of systems composed of three species.
## Installation & Use
[Download latest version](https://github.com/spotfiresoftware/spotfire-mod-ternary/releases)
The [Wiki](https://github.com/spotfiresoftware/spotfire-mod-ternary/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 start`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