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

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

[Octave-bug-tracker] [bug #36576] invalid graphics object


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #36576] invalid graphics object
Date: Sat, 02 Jun 2012 17:38:55 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5

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

This is the same error that Jose posted Jun 1
this simple script shows the error
from Jose

----
clf;
[X,Y] = meshgrid(-2:.2:2, -2:.2:2);Z = X .* exp(-X.^2 - Y.^2);
mesh(X,Y,Z,'linewidth',1);axis('equal');colorbar;hold on;
imagesc(X,Y,Z);colorbar;
---



 have confirmed this on 3.7.0+ and 3.6.1 and 3.2.3
the error message is
error: base_graphics_object:: get_properties: invalid graphics object


It seems to be the second call to colorbar that shows it, but not always.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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