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

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

[Octave-bug-tracker] [bug #40480] subplot('position', ...) clears plot


From: Rik
Subject: [Octave-bug-tracker] [bug #40480] subplot('position', ...) clears plot
Date: Tue, 05 Nov 2013 21:31:01 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Update of bug #40480 (project octave):

                  Status:                    None => In Progress            
             Assigned to:                    None => rik5                   

    _______________________________________________________

Follow-up Comment #1:

I have a fix for this, but I'd like a bit more information.  Can you try the
following in Matlab?


h1 = subplot('position', [0.100   0.525   0.800   0.375]);
get (h1, 'outerposition')
h2 = subplot('position', [0.100   0.100   0.800   0.375]);
get (h2, 'outerposition')


And also


subplot('position', [0.100   0.525   0.800   0.375]);
subplot('position', [0.100   0.100   0.800   0.424]);


In the second case, does the first axis disappear?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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