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

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

[Octave-bug-tracker] [bug #46165] Special case of errorbar() and Matlab


From: José Luis García Pallero
Subject: [Octave-bug-tracker] [bug #46165] Special case of errorbar() and Matlab incompatibility
Date: Fri, 09 Oct 2015 14:04:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.1.0

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

                 Summary: Special case of errorbar() and Matlab
incompatibility
                 Project: GNU Octave
            Submitted by: jgpallero
            Submitted on: vie 09 oct 2015 14:04:03 GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Any

    _______________________________________________________

Details:

Hello:

If I use the errorbar() function with only one point, for example


errorbar(1,0,1.2,'.')


the vertical error bar does not contains the horizontal lines at the extremes
that appears when the function is used with various poins


errorbar([1 2],[0 0],[1.2 1.2],'.')


It would be nice also for Matlab compatibility that options (PROPERTY,VALUE)
could be used in errorbar() as in plot(). The code


errorbar([1 2],[0 0],[1.2 1.2],'.','markersize',20,'linewidth',2)


is valid in Matlab but produces an error in Octave




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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