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

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

[Octave-bug-tracker] [bug #46165] errorbar does not accept property/valu


From: Rik
Subject: [Octave-bug-tracker] [bug #46165] errorbar does not accept property/value pairs
Date: Thu, 9 Mar 2017 14:38:50 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #46165 (project octave):

                 Summary: errorbar does not accept property/value pairs
(undocumented Matlab feature) => errorbar does not accept property/value pairs

    _______________________________________________________

Follow-up Comment #6:

I changed the summary to reflect the remaining issue.

The file to modify is __errplot__.m in scripts/plot/draw/private.  There is a
switch statement on the number of input arguments in varargin that will need
to be modified.  Basically, one has to figure out where the numberic arguments
end and the string arguments begin.  The numeric arguments can be passed to
the original switch statement, and the remaining string arguments will need a
new processing block.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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