I have some C++ code that creates two vectors of double x,y as the results of my simulations.
At the moment I save x and y into a .txt file and import these values into Matlab for plotting and saving the figure as eps.
How can I generate and save my plots directly from C++?
I don't want to interface Matlab and C++ for this, but rather using C++ libraries.