|
From: <br...@ph...> - 2006-08-28 21:21:12
|
pau wrote: > all the plots are black and white... ??? Why is that? I wrote "set terminal > postscript eps enhanced " That's why, exactly. Read "help postscript" to understand it. > Is there a way I can set pointsize 2 before "< zcat $f | gawk -f gnuplot.awk > etc..." without having to resort to replot? No. But there's a way to specify it after the "< zcat", but still inside the 'plot' command. Read "help plot with" and watch out for "pointsize". |