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: Thu, 13 Oct 2011 23:08:24 +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 #12, bug #34417 (project octave):

Rik,

John just pushed a patch that looks to conflict with your original
changeeset.

Yours ...

http://hg.savannah.gnu.org/hgweb/octave/rev/41c2f4633a62

John's ..

http://hg.savannah.gnu.org/hgweb/octave/rev/276bb0dd9d24

There have been other changes as well.

Presently, the code below does not produce the intended result.


figure (1)
clf
xdata = [2 2 0 2 5; 2 8 2 4 5; 8 8 2 4 8];
ydata = [4 4 4 2 0; 8 4 6 2 2; 4 0 4 0 0];
zdata = ones (3, 5);
patch (xdata, ydata, zdata, "b")
x = [ 0 0; 1 1; 1 0 ];
y = [ 0 0; 0 1; 1 1 ];
patch (x, y, "r");



    _______________________________________________________

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]