octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49205] Rename hidden properties such as image


From: Rik
Subject: [Octave-bug-tracker] [bug #49205] Rename hidden properties such as image "clim" to "__clim__"
Date: Tue, 11 Oct 2016 20:16:10 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #4, bug #49205 (project octave):

We have to be careful.  Many "hidden" properties are also hidden in Matlab,
but they are so well known that people expect to find them under the same
names.  Examples include 'xliminclude', 'looseinset', 'x_viewtransform'. 
Properties which strictly belong to octave, like 'fltk_label', should be
renamed to have underscores.

Can someone run the following in Matlab to see if these properties are known
in Matlab?


close all
figure
hi = image (0:64);
get (hi, 'foobar')   % This should fail
get (hi, 'xdatamode')
get (hi, 'ydatamode')
clf
ht = text (2,2, 'Hello World');
get (ht, 'positionmode')
get (ht, 'rotationmode')
get (ht, 'horizontalalignmentmode')
get (ht, 'verticalalignmentmode')




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49205>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]