|
From: Bhavik S. <shr...@gm...> - 2007-05-12 20:44:22
|
#include <stdio.h>
#include <stdlib.h>
int main()
{
system("gnuplot | plot \"Ebhavik007_S10Ch1_PReadOut.dat\"");
return 0;
}
Here my *.dat file contains two coulmns X and Y data, which are separeted
with one "whitespace"...upto 2500 Points.
Though this code will give me the error, i want to lanch the GNUPLOT and as
well as to plot the paseed .dat file.
How is it possible to do in UNIX-C ?
Please Help me...
Waiting for your reply.....
--
Shroff Bhavik G.
|