Skip to content

SavanK/DataVisualizations

Repository files navigation

DataVisualizations

Designed and implemented various interactive data visualization tools as part of class curriculum.

Dependency

  1. Openframeworks https://github.com/openframeworks/openFrameworks
  2. VTK http://www.vtk.org/download/

Build

cd <viz> mkdir build cd build cmake ../CMakeLists.txt cd .. make 

Example:

cd ScatterPlot mkdir build cd build cmake ../CMakeLists.txt cd .. make 

Run

cd <viz> ./bin/<viz> 

Example:

cd ScatterPlot ./bin/ScatterPlot 

Scatterplot

Image of Scatterplot

Scatterplot Matrix

Image of Scatterplot Matrix

Parallel Coordinates

Image of Parallel Coordinates

Hybrid Parallel Coordinates

Image of Hybrid Parallel Coordinates

Slice View

Image of Slice 1 Image of Slice 2

Isosurface

Image of Isosurface

Transfer Function

Image of Transfer Function

Vector Field

Image of Vector Field