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

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

[Octave-bug-tracker] [bug #52752] "paperposition" property messes with l


From: Etienne Dechamps
Subject: [Octave-bug-tracker] [bug #52752] "paperposition" property messes with legend size
Date: Thu, 28 Dec 2017 07:49:42 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

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

                 Summary: "paperposition" property messes with legend size
                 Project: GNU Octave
            Submitted by: edechamps
            Submitted on: Thu 28 Dec 2017 01:49:41 PM CET
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

On Debian Unstable, Octave 4.2.1:


graphics_toolkit('fltk');
fplot(@(x) sin(x*pi*2+[0:3]*pi/2), [0, 2]);
set(gcf(), 'paperposition', [ 0 0 10 3 ]);


See attached PNG file for the visual result. The legend is too small
vertically, leading to overlapping and overflowing text. It is also too wide,
leading to wasted horizontal space.

If the paperposition property is left alone, the output is fine. Basically,
the legend does not react correctly when the paperposition property is
changed.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 28 Dec 2017 01:49:41 PM CET  Name: legendtest.png  Size: 36KiB   By:
edechamps

<http://savannah.gnu.org/bugs/download.php?file_id=42746>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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