Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #336
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: using yerrorbars and palette |
| Date | 2011-05-28 11:46 +0200 |
| Message-ID | <4DE0C458.1040606@t-online.de> (permalink) |
| References | <d0f7311e-78d7-483f-acd7-ca005d44069b@r20g2000yqd.googlegroups.com> |
On 28.05.2011 05:20, Jason Quinn wrote: > set palette color > plot "data.dat" using ($1):($2):($3):($1) with yerrorbars palette > > where column 1 is the x-axis values, 2 is the y-axis values, and 3 is > the size of the error bar. It *almost* works except the error bars are > way off in size. That's because 4 columns in an errorbars plot mean something else than you assume. See "help yerrorbars" > How can yerrorbars and palette be used simulateanously to color data > and their error bars with a spectrum? They can't. Not in any but the CVS work-in-progress version of gnuplot, anyway.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
using yerrorbars and palette Jason Quinn <jason.lee.quinn@gmail.com> - 2011-05-27 20:20 -0700 Re: using yerrorbars and palette Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-05-28 11:46 +0200
csiph-web