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

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

[Octave-bug-tracker] [bug #39581] changing axes font doesn't update tigh


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #39581] changing axes font doesn't update tightinset
Date: Mon, 09 Feb 2015 20:53:10 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

Follow-up Comment #1, bug #39581 (project octave):

Hi,

I pushed a changeset
(http://hg.savannah.gnu.org/hgweb/octave/rev/2b93834e5ede) that fixes the
issue also for fontname, fontweight and fontangle properties:


>> axes

>> get (gca (), "tightinset")

ans =

   0.042857   0.042759   0.000000   0.023753

>> set (gca (), "fontsize", 30)

>> get (gca (), "tightinset")

ans =

   0.10179   0.09739   0.00000   0.02375

>> set (gca, "fontangle", "italic")
>> get (gca (), "tightinset")
ans =

   0.10179   0.09739   0.00000   0.02375

>> set (gca, "fontweight", "bold")
>> get (gca (), "tightinset")
ans =

   0.11071   0.09739   0.00000   0.02375

>> set (gca, "fontname", "Arial")
>> get (gca (), "tightinset")
ans =

   0.091071   0.095016   0.000000   0.023753


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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