[changeset] - x,y,zlabel/title respect axes font properties

John W. Eaton jwe at bevo.che.wisc.edu
Fri Oct 10 10:18:01 CDT 2008


On 10-Oct-2008, Michael Goffioul wrote:

| Matlab has a special treatment for font properties of
| title and labels. Those are regular text objects that
| can be modified like other text objects, but it seems that
| Matlab uses by default the font properties of the axes object
| when the text object is recreated. This is not a system-wide
| behavior, and according to me specific to axes title and
| labels.

OK.  So where should this inheritance of properties be handled?
Should it be done in the new axes::properties::delete_text_child
function?  It seems that would take care of the case of when one of
these text properties is deleted and automatically recreated.

Thanks,

jwe


More information about the Octave-maintainers mailing list