h = gca; delete(h); h==gca -> ans=1

Ben Abbott bpabbott at mac.com
Wed Oct 22 13:12:09 CDT 2008


While this could be fixed in gca.m I'm sure it is better to take care of it at a lower level.

octave:102> plot(1:10)
octave:103> gca
ans = -21.032
octave:104> delete(gca)
octave:105> gca
ans = -21.032

Ben


More information about the Octave-maintainers mailing list