I want to plot some graphs with (x,y) points which is generated from a C++ programme. I can successfully plot these data from gnuplot command from a terminal.
But I want to plot the same thing from a C++ programme, is this thing possible in ubuntu 16.04 lts ?
wxWidgets?gnuplotto add that library to their list of interfaces here.free_formyou have access to all gnuplot commands, by examplescript.free_form("plot {} using 1:3:2:6:5 with candlesticks", data);should work. Concerning wxWidgets nothing is present in my package to do that, sorry