This is generates a graph from a vector of floats using the C++ SFML library.
Multiple sets of data can be rendered onto a single graph.

Aggegrate Data can also be displayed. The brown graph is an aggegrate of red and blue. In addition, data can also be displayed in small portions on top of an existing graph.

The Source.cpp file is set up to export and display the graph upon running the program as a png file.
