Doug Stewart | 2 Jun 2012 19:38
Picon

[bug #36576] invalid graphics object

Please use the bug tracker to post updates to a bug report.  The mailing list is intended as a read-only
notification stream.  Info posted to this mailing list address won't appear in the tracker database where
it is most useful.

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/


Gmane