Just paste the "plotin" and "PlotinData" folders in the same path as your project
* Path |-to |- my_project.cpp |- PlotinData (empty) |- plotin |-Plot.h |-Plot.cpp |-Plotin_types.h
To import in "my_project" just add
#include "plotin/Plot.h"
To compile:
g++ my_project.cpp plotin/Plot.cpp
- Plot scatters
- Plot curves
- Animate scatters
- Have gnuplot 5.0 patchlevel 3 installed
- THIS MAY ONLY WORK ON LINUX, other OS have not been tested.