|
From: Ethan M. <merritt@u.washington.edu> - 2005-01-10 20:30:50
|
On Monday 10 January 2005 11:05 am, Harald Harders wrote: > Is there a way to fill the plot area with a background color? > What I mean is similar to this example: > > set terminal postscript eps color rounded linewidth 2 > set output 'asdf.eps' > set style line 1 lt 1 lw 4 > set style line 9999 lt 6 lw 1 > set style fill solid 1 > plot 1 with filledcurves above y1=-1 ls 9999,\ > sin(x) ls 1 > > Unfortunately, the tics are lost here. To get your tics back, add the command set grid front nox noy noz -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |