[Firebug-cvs] firebug/web test.gnu,NONE,1.1 test2.dat,NONE,1.1
Brought to you by:
doolin
From: <do...@us...> - 2004-02-10 15:30:19
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7609 Added Files: test.gnu test2.dat Log Message: . --- NEW FILE: test.gnu --- set term png set size 0.4 set output "../imagetest/test.png" #set xrange [0:2*pi] #plot sin(x) plot "test2.dat" --- NEW FILE: test2.dat --- 0 0 1 1 2 3 3 0 4 1 5 5 |