help-octave
[Top][All Lists]
Advanced

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

errorplot not working?


From: Michael Grossbach
Subject: errorplot not working?
Date: Tue, 29 Jan 2008 14:09:28 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

When I issue

octave-3.0.0.exe:5> errorbar([1,2,3], [0.1,0.1,0.1])

under Windows with jhandles as plotting backend I get the following error message:

error: [java] org.octave.graphics.PropertyException: property not found - ldata
error: evaluating for command near line 32, column 11
error: evaluating if command near line 31, column 9
error: evaluating for command near line 29, column 7
error: evaluating if command near line 24, column 5
error: called from `__jhandles_set' in file `D:\Anwenderprog\Octave\share\octave
\packages\jhandles-0.3.1\__jhandles_set.m'
error: evaluating switch command near line 56, column 5
error: evaluating for command near line 36, column 3
error: called from `__errplot__' in file `D:\Anwenderprog\Octave\share\octave\3.
0.0\m\plot\__errplot__.m'
error: evaluating assignment expression near line 71, column 19
error: evaluating if command near line 70, column 3
error: called from `__errcomm__' in file `D:\Anwenderprog\Octave\share\octave\3.
0.0\m\plot\__errcomm__.m'
error: called from `errorbar' in file `D:\Anwenderprog\Octave\share\octave\3.0.0
\m\plot\errorbar.m'
octave-3.0.0.exe:5>

Is this me misunderstanding the documentation:
"The simplest form is
          errorbar (y, ey)
where the first argument is taken as the set of y coordinates and the second argument ey is taken as the errors of the y values."
or an octave related error?

Thanks, Michael


reply via email to

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