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

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

[Octave-bug-tracker] [bug #57957] another linewidth bug


From: Muhali
Subject: [Octave-bug-tracker] [bug #57957] another linewidth bug
Date: Thu, 5 Mar 2020 06:08:15 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0

URL:
  <https://savannah.gnu.org/bugs/?57957>

                 Summary: another linewidth bug
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 05 Mar 2020 03:08:14 AM PST
                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
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I have distilled this code


close
graphics_toolkit qt
set(0, "defaultlinelinewidth", 2) ;

t = 1:10 ;
x = randn(1, 10) ;
clf ;

subplot(2,1,1) ;
hold on
plot(t, x) ;
plot(t, x) ;
plot(t, x) ;
plot(t, x) ;
title("very long title placed here") ;
legend({"X_1" "XXXX" "XXXX" "XXXX"}, "location", "eastoutside") ;
subplot(2,1,2) ;
hold on
plot(t, x) ;
plot(t, x) ;
plot(t, x) ;
plot(t, x) ;
title("very long title placed here") ;
legend({"X_1" "XXXX" "XXXX" "XXXX"}, "location", "eastoutside") ;

print /tmp/foo.png


to demonstrate another bug related to linewidth (see also bug #57907). It is
obvious that upper and lower panel should be equal. Figure attached.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 05 Mar 2020 03:08:14 AM PST  Name: foo.png  Size: 58KiB   By: muhali

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

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57957>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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