Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1123
| From | Daniel <nikkipui@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | boxxyerrorbars with variable color |
| Date | 2012-05-17 06:09 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <1a90425c-5905-47da-a121-ff0905f4e499@w19g2000yqb.googlegroups.com> (permalink) |
I've been trying to plot a boxxyerrorbars with variable color as the extra column. When I used the data file with 5 columns (x, y, x_delta, y_delta, color) and the command: plot "<file>" using 1:2:3:4:5 with boxxyerrorbars linecolor rgbcolor variable I got "warning: Unrecognized 5 column plot style; resetting to boxerrorbars" and it looks like gnuplot interpret the data as 6 columns format, with variable color = 0 (black) in all data points. I tried to switch to 7 column data file (x, y, x_low, x_high, y_low, y_high, color). This time, the command: plot "<file>" using 1:2:3:4:5:6:7 with boxxyerrorbars linecolor rgbcolor variable does not give me any error. But still the colors were not read from the data file. All data points are in black (rgb=0?) Does anyone know what the problem is?
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
boxxyerrorbars with variable color Daniel <nikkipui@gmail.com> - 2012-05-17 06:09 -0700
Re: boxxyerrorbars with variable color sfeam <sfeam@users.sourceforge.net> - 2012-05-17 10:22 -0700
Re: boxxyerrorbars with variable color Daniel <nikkipui@gmail.com> - 2012-05-17 13:20 -0700
csiph-web