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: Rik
Subject: [Octave-bug-tracker] [bug #29670] errorbar plot does not produce X error bars
Date: Sun, 25 Apr 2010 22:01:49 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9

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

                 Summary: errorbar plot does not produce X error bars
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sun 25 Apr 2010 10:01:48 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

According to the documentation, the plot style ">" should produce X error
bars.  The latest development code (4f2e46473153), however, only produces Y
error bars regardless of the style selected.

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




    _______________________________________________________

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]