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

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

[Octave-bug-tracker] [bug #34417] patch() does not process 'cdata' corre


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #34417] patch() does not process 'cdata' correctly
Date: Fri, 14 Oct 2011 22:31:51 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1

Follow-up Comment #16, bug #34417 (project octave):

John,

Before, I start digging deeper, those results were produced from the code
below, correct?


x = [ 0 0; 1 1; 1 0 ];
y = [ 0 0; 0 1; 1 1 ];
h = patch (x, y, rand (size (x)));




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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