help-octave
[Top][All Lists]
Advanced

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

Re: errorbars


From: Gerald Ebberink
Subject: Re: errorbars
Date: Sat, 28 May 2005 18:28:12 +0200
User-agent: KMail/1.8

Thanks Dimitri,

Your example is exactly what I need.
So I'll try and compile the newest octave (which is anoying because SuSe 
somehow has named certain lib files differenly).

Kind regards,
Gerald Ebberink

Op zaterdag 28 mei 2005 17:36, schreef Dmitri A. Sergatskov:
> 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]