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

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

[Octave-bug-tracker] [bug #49775] Font characteristics of title via comm


From: Rik
Subject: [Octave-bug-tracker] [bug #49775] Font characteristics of title via command and via set do not match
Date: Tue, 6 Dec 2016 16:53:43 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #3, bug #49775 (project octave):

The list of axes props can be found here:
http://www.mathworks.com/help/matlab/ref/axes-properties.html.

The Title property must contain a handle to a text object.  In Matlab, you
would do as Dan suggests and get the handle to the text object and then set
fontsize, fontweight, etc. on the text object.

To be compatible, we could disallow the Octave-specific syntax of


set (gca, "title", "My Title String")


but the syntax does seem convenient.

The text objects (like xlabel, title, ylabel) are created when the axes is
initialized.  We could probably default these objects to have 


fontsize = TitleFontSizeMultiplier * AxesFontSize
fontsize = LabelFontSizeMultiplier * AxesFontSize




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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