Skip to content

A visualization for Spotfire® to display the probability density of the data at different values.

License

Notifications You must be signed in to change notification settings

spotfiresoftware/spotfire-mod-violin

Repository files navigation

Violin Plot Mod for Spotfire®

A visual representation of data distribution, combining the advantages of both box plots and kernel density plots to allow easy comparison of distributions of sets of data, and enabling the simultaneous display of the underlying data density and summary statistics.

Installation & Use

Download latest version

The 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

Building for production

The development version of bundle.js is uncompressed and not suitable for end-users. Run the following command to compress the bundle:

  • npm run build

About Mods for Spotfire®