Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #335
| From | Jason Quinn <jason.lee.quinn@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | using yerrorbars and palette |
| Date | 2011-05-27 20:20 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <d0f7311e-78d7-483f-acd7-ca005d44069b@r20g2000yqd.googlegroups.com> (permalink) |
I'm trying to make a 2D plot of points where the points are colored based on their x-axis values and there are yerrorbars attached to each point that is the same color as the point. I've been trying something similar to: 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. How can yerrorbars and palette be used simulateanously to color data and their error bars with a spectrum? Jason
Back to comp.graphics.apps.gnuplot | Previous | Next — Next 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