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

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

[Octave-bug-tracker] [bug #56849] contour documentation misleading


From: Muhali
Subject: [Octave-bug-tracker] [bug #56849] contour documentation misleading
Date: Tue, 3 Sep 2019 04:41:24 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #4, bug #56849 (project octave):

it happens if you follow the example, but using a non-square matrix, e.g.


x = 0:2;
y = 0:3;
z = x' * y;
contour (x, y, z, 2:3)



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56849>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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