Using openFrameworks to visualize high dimensional data with the help of interactive Parallel Coordinates
Visualizing multi-dimensional quantitative data using interactive Parallel Coordinates.
- Brushing with filtering and interactive legend (scented bar chart)
- Missing data representation
- Axis inversion
- Axis reordering
Requires openFrameworks and ofxCMake addon already setup. Runs on Windows with Visual Studio or OSX.
- Navigate to project root
- Create build directory
mkdir build
cd build
cmake ..