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

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

[Octave-bug-tracker] [bug #44765] Transparent background of legend when


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44765] Transparent background of legend when printed
Date: Tue, 07 Apr 2015 17:59:45 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

                 Summary: Transparent background of legend when printed
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Tue 07 Apr 2015 05:59:44 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When printing a figure, the background of a legend (initially white) becomes
transparent.


F=figure;
plot(randn(10));
legend({'Item 1','Item 2','Item 3','Item 4'},'location','east');
print(F,'figure.ps','-dpsc');





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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