|
From: Hans-Bernhard B. <HBB...@t-...> - 2008-03-19 23:40:18
|
Allin Cottrell wrote:
> Is there any real difference between "errorbars" and "errorlines"?
Yes. "errorlines" relates to "errorbars" the same way "linespoints"
does to "points".
>>From the help for errorbars it sounds as if there should be a
> difference, but I can't see any in the output.
The output of... what? Here's an example:
plot '-' u 0:0:(1.0) w errorlines, \
'-' u 0:($0+2):(1.0) w errorbars
0
1
2
3
E
0
1
2
3
E
> One feature that would be nice to have -- and that, for a moment,
> I though "errorlines" might provide -- is the ability to plot a
> primary series plus y-axis error high and low using just lines
> (and not vertical bars) for all 3 components. (This is the most
> common way of graphing forecasts with error bands in economics.)
No. If that were what it did, it would be called "errorband" or
"corridor" ;-)
|