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

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

[Octave-bug-tracker] [bug #39697] legend doesn't change position if titl


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39697] legend doesn't change position if title block grows
Date: Wed, 14 Aug 2013 12:11:55 +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

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

Rik,

The tightinset support has been improved in the last few weeks.  So, I tried
your example to see if there was any improvement.  The first thing I noticed
was that the axes position didn't move.  Is that a regression?

Second, it looks to me as if the title's text object's extent isn't being
updated properly.


set (gca, "fontunits", "points")
get (get (gca, "title"), "extent")
ans =    4.41244   10.29214    1.17512    1.43149


The title's extent appears to indicate the text object is only one line high. 
Which explains why the tightinset isn't being updated correctly?


get (gca, 'tightinset')
ans =   12.83721   10.04896    0.00000   32.93023


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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