Re: two curves in one diagram (one with errorbars)
- From: Hans-Bernhard Broeker <broeker@xxxxxxxxxxxxxxxxxxxxx>
- Date: 29 Sep 2005 11:20:31 GMT
Hans-Peter Bauer <peter@xxxxxxxxxxxxxxx> wrote:
> Then I tried to add the "errorbars":
> plot "test2.csv" using 1:($2) with errorbars, "test2.csv" with linespoints
> title 'curve 1',\
> "test2.csv" using 1:($4) with linespoints title "curve2"
> Where's my mistake?
Hmmm. and what made you think there's a mistake? Wouldn't be, by some
remote coincidence, and error message from gnuplot looking roughly
like this:
Not enough columns for this style
would it? Well, that's because you didn't give some style enough
columns to work with. Given that the error is new, it must be in some
new part of that command, which would have to the the errorbars stuff,
right? Well, to cut a long story short, here's a command that works:
p 'test2.csv' u 1:2:3 w errorlines, '' u 1:4 w lp
--
Hans-Bernhard Broeker (broeker@xxxxxxxxxxxxxxxxxxxxx)
Even if all the snow were burnt, ashes would remain.
.
- References:
- two curves in one diagram (one with errorbars)
- From: Hans-Peter Bauer
- two curves in one diagram (one with errorbars)
- Prev by Date: Re: two curves in one diagram (one with errorbars)
- Next by Date: Re: fit a line with min/max slope
- Previous by thread: Re: two curves in one diagram (one with errorbars)
- Index(es):
Relevant Pages
|