|
From: <HBB...@t-...> - 2007-04-27 20:16:53
|
bittersweet wrote:
> Hi. For the time being, I just want to plot a simple sin(x) graph. Can i put
> it in this way?
Not quite.
> FILE *pid;
>
> pid = _popen ("wgnuplot.exe", "w");
You have to run pgnuplot instead of wgnuplot here. That's what it
exists for.
|