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

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

[Octave-bug-tracker] [bug #52389] Legend labels are hidden beyond the le


From: anonymous
Subject: [Octave-bug-tracker] [bug #52389] Legend labels are hidden beyond the legend box when using QT or FLTK
Date: Fri, 10 Nov 2017 14:02:16 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux i686; rv:55.0) Gecko/20100101 Firefox/55.0

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

                 Summary: Legend labels are hidden beyond the legend box when
using QT or FLTK
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 10 Nov 2017 07:02:15 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Babak Razmjoo
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I generates a plot with QT including a legend:

>> graphics_toolkit()
ans = qt
>> plot(randn(1,20))
>> legend('Normal')
>> title 'QT'

The label 'Normal' is hidden beyond the box of the legend (file 1). If I
resize the window to a minimum height, I can see the label being overdrawn by
the legend box (file 2).

I can generate the same result by using FLTK. You can see them in files 3 and
4:

>> graphics_toolkit fltk
>> figure
>> plot(randn(1,20))
>> legend('Normal')
>> title 'FLTK'

But using GNU plot, the legend is rendered correctly.

QT version : 1:4.8.7-18.fc25
FLTK version: 1.3.3-8.fc25





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 10 Nov 2017 07:02:15 PM UTC  Name: 1.png  Size: 17KiB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=42363>
-------------------------------------------------------
Date: Fri 10 Nov 2017 07:02:15 PM UTC  Name: 3.png  Size: 19KiB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=42364>
-------------------------------------------------------
Date: Fri 10 Nov 2017 07:02:15 PM UTC  Name: 2.png  Size: 12KiB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=42365>
-------------------------------------------------------
Date: Fri 10 Nov 2017 07:02:15 PM UTC  Name: 4.png  Size: 11KiB   By: None

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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