Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #443

Re: Filledcurves with manual color also broken?

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Filledcurves with manual color also broken?
Followup-To comp.graphics.apps.gnuplot
Date 2011-07-17 09:33 -0700
Organization gnuplot development team
Message-ID <ivv2sd$gbu$2@dont-email.me> (permalink)
References <98g4n1F3o9U1@mid.individual.net> <98gf95FjajU1@mid.individual.net>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


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

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Postscript fill pattern broken? Ingo Thies <ingo.thies@gmx.de> - 2011-07-17 15:00 +0200
  Filledcurves with manual color also broken? Ingo Thies <ingo.thies@gmx.de> - 2011-07-17 18:00 +0200
    Re: Filledcurves with manual color also broken? sfeam <sfeam@users.sourceforge.net> - 2011-07-17 09:33 -0700
      Re: Filledcurves with manual color also broken? Ingo Thies <ingo.thies@gmx.de> - 2011-07-17 18:39 +0200
    Re: Filledcurves with manual color also broken? Ingo Thies <ingo.thies@gmx.de> - 2011-07-17 18:36 +0200
  Re: Postscript fill pattern broken? sfeam <sfeam@users.sourceforge.net> - 2011-07-17 09:32 -0700
    Re: Postscript fill pattern broken? Ingo Thies <ingo.thies@gmx.de> - 2011-07-17 18:59 +0200

csiph-web