From: Rajiv C. <raj...@gm...> - 2007-08-08 15:41:07
|
HI, I tried to make simple sin(x) graph so I made gnuplot> set term <terninal> I set fig and png type terminal Then I wrote this script gnuplot>set output "simple.dem" gnuplot>set key left box gnuplot>set samples 50 gnuplot>plot [-10:10] sin(x),atan(x),cos(atan(x)) it works fine upto here, then i tried to load file gnuplot> load 'simple.den' its giving error as a invalid command. So what to do......? I am really thank full if you give me the guide line to write script for generating the simple graph? just give me one example for freebsd. because i tried from demo example which is not working in freebsd. Thanks & Regards, Rajiv |