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

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

[Octave-bug-tracker] [bug #39429] axis tight -> erases plot


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39429] axis tight -> erases plot
Date: Sat, 20 Jul 2013 14:38:29 +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

Follow-up Comment #5, bug #39429 (project octave):

My prior comment can be ignored.  The problem is more esoteric than that.

The example below renders the correct result.


clf
pcolor (peaks)
axis tight
pos = get (gcf, 'position');
set (gcf, 'position', pos+1, 'position', pos)


Without looking further, my impression is that "axis tight" does not result in
the children being redrawn.  Maybe they are not marked as modified?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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