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

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

[Octave-bug-tracker] [bug #42532] set: "zlim" is read-only


From: Muhali
Subject: [Octave-bug-tracker] [bug #42532] set: "zlim" is read-only
Date: Tue, 10 Jun 2014 08:16:18 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #1, bug #42532 (project octave):

it can be traced back to patch, as follows:


t1 = (1/16:1/8:1)' * 2*pi;
t2 = ((1/16:1/8:1)' + 1/32) * 2*pi;
x1 = sin (t1) - 0.8;
y1 = cos (t1);
x2 = sin (t2) + 0.8;
y2 = cos (t2);
clf; hg = hggroup;
patch ([x1,x2], [y1,y2], 'r', 'parent', hg);


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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