Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 860 Bytes

File metadata and controls

16 lines (16 loc) · 860 Bytes

Final Project

Final Project for Data Visualization class Description: This was the final project for my Data Visualiztion class. The purpose of this program was to show the differences between good and bad marks and channels.

Built with

  • Language: c++
  • Libraries: openGL - Used for computer graphics

How to build

  1. Clone this repository using git clone https://github.com/Robert-Roppo/CS-445-Data-Visualization.git or using the github desktop client.
  2. Open the project in Visual Studio.
  3. Click build button and run.

How to use

After the program is running, you will have four options of keyboard input:

  1. Parallel Line Coordinate graph without color
  2. Parallel Line Coordinate graph with color based on class.
  3. Points with colors based on class.
  4. Bezier Curves graph with colors based on class.