help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

errorbars


From: ebberink
Subject: errorbars
Date: Sat, 28 May 2005 15:33:32 +0200
User-agent: KMail/1.8

Dear all,

I am having a problem with the errorbars.
Here is what I do and the error I get:

I: test=[1 2 3 4; 7 8 9 10; 1 1 1 2; 2 2 2 3]
I: gplot test with errorbars
O: line 0: Not enough columns for this style

and no plot.
The same goes for the transposed matrix and if I type:
errorbar([1 2 3 4], [7 8 9 10], [1 1 1 2],[2 2 2 3])

I just cannot get it to work.

I use octave 2.1.64 & gnuplot 4.0
both from the SuSe 9.3 rpm's

what does work (sort of) is to go into gnuplot
and type
plot '<the octave tempfile> with errorbars

the only problem then is that the errorbars are plotted around the x axis 
instead of the data points.

any ideas?

Kind regards
Gerald Ebberink

--
Ing. Gerald Ebberink
Research Technician

Kernfysisch Versneller Instituut
Rijksuniversiteit Groningen
Zernikelaan 25
9747 AA Groningen
The Netherlands
tel: +31 50 363 3518
lab: +31 50 363 3588
mob: +31 62 460 9930
fax: +31 50 363 4003



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]