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 20:50:21 +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 #3, bug #39697 (project octave):

Yeah, there are plenty of short comings for the legend.  It really needs to be
rewritten from scratch.  But before that is done, I hope the updating for the
tightinset can be fixed. 

The problem with tightinset is that calc_tightbox() doesn't account for
changes to the axes fontsize.  In addition there are problems with changes to
the title, and {x,y,z}labels.  However, I don't think the problem is a missing
mark_modified ().

If you try the following commands, you'll see that "one" will disappear as it
moves above the top of the figure, but that "two" is always visible.  So the
updating appears to be working.  Perhaps the height or position of the title
isn't correct?


title ({'one'})
title ({'one', 'two'})
title ({'one', 'two', 'three'})
title ({'one', 'two', 'three', 'four'})
title ({'one', 'two', 'three', 'four', 'five'})



    _______________________________________________________

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]