|
From: Nibbler <rea...@ho...> - 2006-10-25 05:39:33
|
Thanks again for your advice Hans-Bernhard. And thanks for reply Ethan. How do you "make output"? I.e. which terminal driver, which options? set terminal png set output "output.png" set title "Title" set xlabel 'Time' tc lt 4 set ylabel 'Data' tc lt 4 set xdata time set timefmt "%Y-%m-%d %H:%M:%S"=20 set grid plot "data.dat" using 1:3 with filledcurve 1 reset If i use previous code I get picture where is just a lines, but if I leave these out set terminal png set output "output.png" then I get picture where is filledcurves. My gnuplot version is 4.0 Hans-Bernhard Br=C3=B6ker wrote: >=20 > Nibbler wrote: >=20 >> I would like to have two files. File1 contains titles, (set grid), >> (plot), >> etc.. And one file2 contains all parameters what it gets from another >> place. >=20 > Just >=20 > =09load "file2" >=20 > from within file1. >=20 >> I have plot-file which draws filledcurves. It works fine when the >> picture comes to screen, but if I try to make output then the picture >> is ok, but there aren't any filledcurves ? >=20 > How do you "make output"? I.e. which terminal driver, which options? >=20 >=20 > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta >=20 >=20 --=20 View this message in context: http://www.nabble.com/Can-gnuplot-read-parame= ters-from-another-file--tf2499304.html#a6986538 Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |