octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #29670] errorbar plot does not produce X error


From: David Bateman
Subject: [Octave-bug-tracker] [bug #29670] errorbar plot does not produce X error bars
Date: Mon, 26 Apr 2010 12:26:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

Update of bug #29670 (project octave):

              Item Group:        Incorrect Result => Feature Request        
                  Status:                    None => Fixed                  
             Assigned to:                    None => dbateman               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Sigh, I suppose the documentation wasn't clear but

x = -pi:0.2:pi;
y = sin(x);
xbars = 0.1*ones(1,length(x));
errorbar(x, y, xbars, xbars, ">")

would work.. However I see no reason to limit errorbar plots to a syntax like
that and your code makes sense. I propose the change attached to address this.
Note that matlab doesn't allow x, xy or box errorbars like Octave does, so
this is really a feature request that a bug ;-)

D.



(file #20335)
    _______________________________________________________

Additional Item Attachment:

File name: changeset.errorbar             Size:1 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29670>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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