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


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

Plot with boxes and rgb variable

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsfeed.datemas.de!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From Ingo Thies <ingo.thies@gmx.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Plot with boxes and rgb variable
Date Wed, 14 Nov 2012 22:52:05 +0100
Lines 26
Message-ID <agii45FterrU1@mid.individual.net> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding 7bit
X-Trace individual.net qLwxGPc7CGFwlHdANNooCAmC8OXGHjmKrS9r09lFdi1k/rpPM6+Bh3xrIFDuMQwc4M
Cancel-Lock sha1:yBdN3bV8FYWsCRvAXm2EVJ1Q6Ns=
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:16.0) Gecko/20121026 Thunderbird/16.0.2
Xref csiph.com comp.graphics.apps.gnuplot:1490

Show key headers only | View raw


Hi,

is there a way to plot with style "with boxes" and RGB variable color? I 
have a data file like this:

1      88    #FF0000
2      65    #00FF00
3      92    #0000FF
...

and I tried the following:

plot 'boxes.dat' u 1:2:3 w boxes lc rgbcolor variable

"boxes.gp", line 7: warning: Skipping data file with no valid points

The same happens when I try to give the style an expected third column 
as box width info:

plot 'boxes.dat' u 1:2:(0.8):3 w boxes lc rgbcolor variable

The gnuplot manual 4.6 says that "with boxes" is compatible with 
rgbcolor variable, but there is no example how to do it. Any hints?


Ingo

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


Thread

Plot with boxes and rgb variable Ingo Thies <ingo.thies@gmx.de> - 2012-11-14 22:52 +0100
  Re: Plot with boxes and rgb variable sfeam <sfeam@users.sourceforge.net> - 2012-11-14 20:10 -0800
    Re: Plot with boxes and rgb variable Ingo Thies <ingo.thies@gmx.de> - 2012-11-15 11:43 +0100

csiph-web