What is the easiest way to make 2-d graphs using c++? - without having to save an output stream to a file and then open in a spreadsheet for example.
I basically want to be able to run my calculations and maybe plot at the same time or just plot a stored array of results or something like that. I've tried installing komplot but when I try and make it I get errors. I've heard gnuplot is good but don't know how to link to it with c++. Has anyone tried koolplot? I'd prefer to work with linux but if there's an easy solution in windows I'm happy to use that.
Thanks in advance.
I basically want to be able to run my calculations and maybe plot at the same time or just plot a stored array of results or something like that. I've tried installing komplot but when I try and make it I get errors. I've heard gnuplot is good but don't know how to link to it with c++. Has anyone tried koolplot? I'd prefer to work with linux but if there's an easy solution in windows I'm happy to use that.
Thanks in advance.