I don't have the "machinery" to implement thsi kind of
inheritance in place (yet?). I see the advantage -- this
would enable to set the default axeas fotn properties.
Anyway, in octplot I opted for exposing all of the
individual text objects which make up the labels, so a
convenient workaround for now is:
set(get(gca(),"XtickLabelHandle"),"fontsize",24);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not sure that I remember correctly and that I got your question right, but this what I have understood from the matlab documentation:
In matlab all properties are inherited by the children, or said in another way, if an object is applicable for some property, all the parents up to the root are searched for this property.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=136223
I don't have the "machinery" to implement thsi kind of
inheritance in place (yet?). I see the advantage -- this
would enable to set the default axeas fotn properties.
Anyway, in octplot I opted for exposing all of the
individual text objects which make up the labels, so a
convenient workaround for now is:
set(get(gca(),"XtickLabelHandle"),"fontsize",24);
Logged In: YES
user_id=136223
Originator: NO
Can someone find out what matlab does in this case?
Shai
Logged In: YES
user_id=65427
Originator: YES
Not sure that I remember correctly and that I got your question right, but this what I have understood from the matlab documentation:
In matlab all properties are inherited by the children, or said in another way, if an object is applicable for some property, all the parents up to the root are searched for this property.