tics of log color axis

Ben Abbott bpabbott at mac.com
Wed May 27 09:20:53 CDT 2009


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")

Ben


More information about the Bug-octave mailing list