tics of log color axis

John W. Eaton jwe at octave.org
Wed May 27 09:57:08 CDT 2009


On 27-May-2009, Petr Mikulik wrote:

| 2. Matlab requires
| 	h=findobj(gcf, 'tag', 'Colorbar')
|    but fails for
| 	h=findobj(gcf, 'tag', 'colorbar')

Hmm.  Many property values are case-insenstive.  Why not this one?
You can also use "Colorbar" in Octave, so I don't see that this is a
big problem.  Or should "tag" properties be special, and use
case-senstive comparision?  Are there others that should be treated
this way?  Which ones?  Ugh.  I don't think it is worth the effort.

jwe


More information about the Bug-octave mailing list