tics of log color axis

John W. Eaton jwe at octave.org
Wed May 27 09:46:59 CDT 2009


On 27-May-2009, Ben Abbott wrote:

| On May 27, 2009, at 10:08 AM, Petr Mikulik wrote:
| >
| > The following code in Octave
| >   h=findobj(gcf, 'tag', 'Colorbar');
| > returns empty matrix instead of the colorbar handle.
| >
| > Why cannot the "findobj" function find the colorbar?
| 
| The colorbar has a hidden handle. Try this
| 
| 	 set (0, "showhiddenhandles", "on")
| 	findobj (gcf, "tag", "colorbar")

It seems that the competition doesn't hide it.

jwe


More information about the Bug-octave mailing list