|
From: pau <all...@gm...> - 2006-08-28 10:45:30
|
>You went a bit too far. You should just remove the awk command line
>from gnuplot's view, not create an intermediate data file. The idea was
>to can that awk command into a separate script and then replace
that did the trick and this way I don't have to gunzip the files. Semingly
the gawk commands wrapped by gnuplot were the source of the problems.
Now I have a lot of eps files but have noticed that even if I specified
plot "< zcat $f" using 3:4 with dots lt 8,\
^^^^^^^^^
"< zcat $f | gawk -f gnuplot.awk \
NAME=60001" using 3:4 with points pt 6 lt -1 ;
all the plots are black and white... ??? Why is that? I wrote "set terminal
postscript eps enhanced "
Is there a way I can set pointsize 2 before "< zcat $f | gawk -f gnuplot.awk
etc..." without having to resort to replot?
--
View this message in context: http://www.nabble.com/automated-plotting-tf2160717.html#a6017866
Sent from the Gnuplot - User forum at Nabble.com.
|