|
From: <HBB...@t-...> - 2007-07-02 19:30:20
|
Manolo wrote: > I am new using gnuplot. Using ns I am trying to plot the file > tcp-1flow.tcl script using GNUPLOT vers 4.2 That doesn't make terribly much sense. You don't plot a script. You might want to plot the output from that script. > and I receibing the following message > “COULDN’T EXECUTE GNUPLOT NO SUCH FILE OR DIRECTORY” The program trying to execte gnuplot expects it to be installed on your PATH. But it isn't. Either fix the program running gnuplot, or put gnuplot on the PATH. |