|
From: Ethan M. <merritt@u.washington.edu> - 2006-10-24 19:45:21
|
On Monday 23 October 2006 09:55 pm, Nibbler wrote: > > 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. > > So is this possible? Can I somehow do like this: > > File 1 > set terminal png > set output "output.png" > set title "My first graph" > read xrange from file2 ?? load "file2" > File 2 > > set xrange[-100:100] > etc.. > Another question: > > 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 ? You neglect to tell us what *kind* of output. But let me guess - you are creating a PostScript or *.eps file, right? The common PostScript viewers (ghostview, gv) have a bug that does not draw pattern-filled areas unless you turn off anti-aliasing in the Options menu. It should come out fine on an actual printer, however. If I have guessed wrong, well - you need to provide more information. -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |