Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Filledcurves with manual color also broken? Followup-To: comp.graphics.apps.gnuplot Date: Sun, 17 Jul 2011 09:33:17 -0700 Organization: gnuplot development team Lines: 22 Message-ID: References: <98g4n1F3o9U1@mid.individual.net> <98gf95FjajU1@mid.individual.net> Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Sun, 17 Jul 2011 16:33:18 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="WEZLCPHRH3QJlZRyUKB04A"; logging-data="16766"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18f0y/4xNbR+x3Pw0L9RPS+" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:GXkUQVkmMLpeTVQTrysMCaR56Co= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:443 Ingo Thies wrote: > Additional issue: > > manual selection of fillcolor seems to be broken, too. The following > script returns a monochrome image although a dark red tone one has > been set: > > reset > set samples 100 > set xrange [-2.*pi:+2.*pi] > set yrange [-1.1:2.4] > set table 'tmp.asc' > set mxtics 2; set mytics 2 > set format y "%.2f" > plot sin(x)+0.5 > unset table > set style fill solid 1. > plot 'tmp.asc' u 1:($2-0.5):($2+0.5) w filledcu lc rgb '#777777' rgb "#777777" is grey, not dark red