How do I use gnuplot from C++? -
i want plot graphs (x,y) points generated c++ programme. can plot these data gnuplot command terminal.
but want plot same thing c++ programme, thing possible in ubuntu 16.04 lts ?
sure, install gnuplot using standard package command:
sudo apt-get update sudo apt-get install gnuplot after need integrate gnuplot iostream header interface gnuplot c++:
#include "gnuplot-iostream.h" here have example link of iostream reference: iostream example code c++
Comments
Post a Comment