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: Thu, 15 Aug 2013 01:03:13 +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 #6, bug #39697 (project octave):

Apparently the problem isn't the menubar or statusbar height.  Try the
following


title ({'one', 'two', 'three', 'four', 'five', 'six'}(1:6))
title ({'one', 'two', 'three', 'four', 'five', 'six'}(1:5))
title ({'one', 'two', 'three', 'four', 'five', 'six'}(1:4))
title ({'one', 'two', 'three', 'four', 'five', 'six'}(1:3))
title ({'one', 'two', 'three', 'four', 'five', 'six'}(1:2))
title ({'one', 'two', 'three', 'four', 'five', 'six'}(1:1))


It appears that the extents of the title are lagging by one update.  Which may
imply there is an easy fix.  Maybe an additional mark_modified () is all that
is needed.  For example, the commands below render the desired result.


clf
axes
title ({'one', 'two', 'three', 'four', 'five', 'six'}(1:6))
title ({'one', 'two', 'three', 'four', 'five', 'six'}(1:6))




    _______________________________________________________

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]