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

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

[Octave-bug-tracker] [bug #52289] subplot not behaving uniformly


From: Muhali
Subject: [Octave-bug-tracker] [bug #52289] subplot not behaving uniformly
Date: Thu, 26 Oct 2017 12:54:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0

URL:
  <http://savannah.gnu.org/bugs/?52289>

                 Summary: subplot not behaving uniformly
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 26 Oct 2017 09:54:30 AM PDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Executing


graphics_toolkit qt
figure(1) ; clf ;
set(1, 'paperpositionmode', 'auto')
ax(1) = subplot(2,1,1) ;
plot(1:5)
xlabel XLABEL
title TITLE
legend('LEG', 'location', 'northeastoutside')
ax(2) = subplot(2,1,2) ;
plot(1:5)
xlabel XLABEL
title TITLE
legend('LEG', 'location', 'northeastoutside')
pos = get(ax, 'position') ;
disp([pos{1}(3:4) ; pos{2}(3:4)])


should result in two subplots of equal size, but it doesn't. The example does
not show a big effect, but I noticed this behaviour in a case where in fact
the bottom title and the top xlabel overlapped. 

I also noticed that stable and dev are slightly different:

stable:
   0.76992   0.33843
   0.76992   0.30274

dev:
   0.76992   0.33843
   0.76992   0.30036


Matlab and gnuplot work fine.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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