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

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

[Octave-bug-tracker] [bug #39650] tightinset update is wrong after chang


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39650] tightinset update is wrong after change of fig position
Date: Sat, 03 Aug 2013 01:06:51 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

Update of bug #39650 (project octave):

                 Summary: changing fig position shrinks FLTK axes =>
tightinset update is wrong after change of fig position

    _______________________________________________________

Follow-up Comment #1:

The problem looks to be with the "tightinset" property.  The tightinset should
be identical in each case.


plot (rand (3))
get (gca, 'tightinset')
ans =   0.046429   0.011915   0.000000   0.023810
set (gcf (), 'position', [pos(1:2), 1.5*pos(3:4)])
get (gca, 'tightinset')
ans =   0.074281   0.000000   0.000000   0.040873
set (gcf (), 'position', pos)
get (gca, 'tightinset')
ans =   0.00000   0.48787   0.45250   0.00000


I'm changing the summary to be more descriptive.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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