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

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

[Octave-bug-tracker] [bug #39581] changeing axes font doesn't update tig


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39581] changeing axes font doesn't update tightinset
Date: Sat, 27 Jul 2013 16:45:26 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36

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

                 Summary: changeing axes font doesn't update tightinset
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Sat 27 Jul 2013 12:45:25 PM EDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The axes "tightinset" is unaffected by a change to the fontsize


figure ()
get (gca (), "tightinset")
ans =

   0.046429   0.042868   0.000000   0.023810

set (gca (), "fontsize", 30)
get (gca (), "tightinset")
ans =

   0.046429   0.042868   0.000000   0.023810






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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