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

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

[Octave-bug-tracker] [bug #39577] problem with figure position, menubar


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39577] problem with figure position, menubar / toolbar on Linux
Date: Sat, 27 Jul 2013 12:57:42 +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

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

                 Summary: problem with figure position, menubar / toolbar on
Linux
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Sat 27 Jul 2013 08:57:41 AM EDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

A graphic of the figure with an axes object was posted on the mail list by
Dimitri.  The sizes of the axes (434x310) and figure positions (560x400) are
indicated.

Dimitri reported that the figure's position property indicated the size of the
figure was (560 x 380).

On MacOSX I verified the axes size using the commands below.


figure
set (gcf, 'position', [130, 436, 560, 380])
axes
set (gca, 'units', 'pixels')
get (gca, 'position')
ans =  73.80000    42.80000   434.00000   309.70000


Thus, the figure's rendered position is too tall by 20 pixels.  Coincidently
both the toolbar at the bottom and the menubar (not shown) are each 20 pixels
high.

On MacOSX the menubar appears to be obscured by the figure's canvas area. 
Perhaps the same issue is present for Linux.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 27 Jul 2013 08:57:41 AM EDT  Name: screendump.png  Size: 47kB   By:
bpabbott
Dimitri's example
<http://savannah.gnu.org/bugs/download.php?file_id=28668>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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