gnuplot-cpp icon indicating copy to clipboard operation
gnuplot-cpp copied to clipboard

A trivial gnuplot interface for c++

Results 6 gnuplot-cpp issues
Sort by recently updated
recently updated
newest added

succeded -> succeeded

After plotting some data, say a 3d surface, usually Gnuplot will allow you to orbit pan and zoom, but when using this through a c++ program, the window just exists...

Just created a macro for `popen` and `pclose` macro which are called `_popen` and `_pclose` for MSVC.

Hi, Thank you for this small library. Is there any way to plot Armadillo data matrix using this library, without saving the data to a file? Thanks

After setting the terminal to pdf ("set terminal pdfcairo enhanced color") the next two characters seem to be ignored by gnuplot (so I get an error from gnuplot because the...

It would be great to support _popen/_plose for use in VC++. Looks like someone else did a pull request on this already. I made a similar edit for use in...