help-octave
[Top][All Lists]
Advanced

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

Re: errorbars


From: Dmitri A. Sergatskov
Subject: Re: errorbars
Date: Sat, 28 May 2005 09:36:01 -0600
User-agent: Mozilla Thunderbird (X11/20050322)

address@hidden wrote:
...
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])


That definitely works for me (octave 2.9.3).
Gnuplot puts first and last points directly on the axis
frame, which is not nice, but a different story.

You can see result of
octave:1> axis([0,5,5,14])
octave:2> errorbar([1 2 3 4], [7 8 9 10], [1 1 1 2],[2 2 2 3])
octave:3> print ("ebberink.png","-dpng")

on ftp://coffee.phys.unm.edu/pub/dima/octave/ebberink.png

Regards,

Dmitri.
--



-------------------------------------------------------------
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]