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: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #40480] subplot('position', ...) clears plot
Date: Tue, 05 Nov 2013 21:42:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #2, bug #40480 (project octave):

First case: 2 subplots (0-1)
>> h1 = subplot('position', [0.100   0.525   0.800   0.375]);
>> get (h1, 'outerposition')

ans =

   -0.1105    0.4313    1.0526    0.5208

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

ans =

   -0.1105    0.0063    1.0526    0.5208

>> 
===================
Second case:
>> close
>> subplot('position', [0.100   0.525   0.800   0.375]);
>> subplot('position', [0.100   0.100   0.800   0.424]);
>> 
2 subplots are drawn, but they overlap in the middle
of the y-axis, so they do not look usable.
subplot2.jpg is attached

(file #29543)
    _______________________________________________________

Additional Item Attachment:

File name: subplot2.jpg                   Size:10 KB


    _______________________________________________________

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]