|
From: Ethan M. <merritt@u.washington.edu> - 2007-12-12 22:16:35
|
On Wednesday 12 December 2007 12:43, Ethan Merritt wrote: > That command makes no sense to me. Maybe you want this? > > file plot.gp contains: > set term png > system "gen_data > temp.dat" > plot "temp.dat" > > gnuplot plot.gp > file.png Or maybe even: setenv GNUTERM png echo 'plot "< gen_data"' | gnuplot > file.png -- Ethan A Merritt |