help-octave
[Top][All Lists]
Advanced

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

Re: errorbars


From: Henry F. Mollet
Subject: Re: errorbars
Date: Sat, 28 May 2005 11:25:08 -0700
User-agent: Microsoft-Entourage/10.1.1.2418

GNU Octave, version 2.1.46 (powerpc-apple-darwin6.6)
G N U P L O T Version 3.8i patchlevel 0
AquaTerm version 0.1 (v.0.3.0)

Works for me on "ancient" system. Thanks for telling me how errorbar works.
octave:8> axis([0,5,5,14])
octave:9> errorbar([1 2 3 4], [7 8 9 10], [1 1 1 2],[2 2 2 3])
ans = 4
octave:10> print ("temp.png", "-dpng") % not needed on Mac with AquaTerm,
can save as pdf or eps.
Henry



on 5/28/05 8:36 AM, Dmitri A. Sergatskov at address@hidden wrote:

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