Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1490
| From | Ingo Thies <ingo.thies@gmx.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Plot with boxes and rgb variable |
| Date | 2012-11-14 22:52 +0100 |
| Message-ID | <agii45FterrU1@mid.individual.net> (permalink) |
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 | Next — Next in thread | Find similar
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