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

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

[Octave-bug-tracker] [bug #50094] 2 more legend bugs


From: Muhali
Subject: [Octave-bug-tracker] [bug #50094] 2 more legend bugs
Date: Thu, 19 Jan 2017 12:42:02 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

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

                 Summary: 2 more legend bugs
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 19 Jan 2017 04:42:00 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
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The attached file foo.png gives the output of this script


set(0, "defaultaxesfontsize", 12) ;
set(0, "defaultfigureunits", "normalized") ;
set(0, "defaultfigureposition", [0.682   0.702   0.25   0.25]) ;

n = 30 ;
plot(randn(4,n), "k") ;
legend(datestr(now + (1:n)), "location", "northoutside") ;
legend("boxoff") ;
print foo.png ;


I see at least 2 bugs here (which may be added here
<https://savannah.gnu.org/task/?14243>:

a) the lowest legend row has no colors

b) not all legends show up




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 19 Jan 2017 04:42:00 AM PST  Name: foo.png  Size: 51kB   By: muhali

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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