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

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

[Octave-bug-tracker] [bug #52536] contourc docstring typo: correspondenc


From: Rik
Subject: [Octave-bug-tracker] [bug #52536] contourc docstring typo: correspondence of dimensions and axes
Date: Mon, 27 Nov 2017 19:59:46 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52536 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Yep, thanks for noticing that.  It's pretty clear in the m-file as well.  The
code for a single input, i.e., Z is


  if (nargin == 1)
    z = varargin{1};
    x = 1:columns (z);
    y = 1:rows (z);


so it is quite clear that x is using columns of z and y is using rows of z.

It turns out there were three other Octave plotting functions that had the
same incorrect explanation.  I fixed contourc and the others on the stable
branch here (http://hg.savannah.gnu.org/hgweb/octave/rev/3cdd2b6c78cb).  It
will be a part of the 4.2.2 bug fix release expected at the end of this year.

Marking as fixed and closing report.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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