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

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

[Octave-bug-tracker] [bug #44765] Legend object printed below


From: Rik
Subject: [Octave-bug-tracker] [bug #44765] Legend object printed below
Date: Tue, 07 Apr 2015 18:38:47 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Update of bug #44765 (project octave):

                 Summary: Transparent background of legend when printed =>
Legend object printed below 

    _______________________________________________________

Follow-up Comment #1:

I think the problem is actually slightly different.  It appears that the
legend containter is actually printed, but it is below the lines in the
Z-depth ordering.


plot (randn (10));
hl = legend ({'Item 1','Item 2','Item 3','Item 4'}, 'location','east');
set (hl, 'color', 'm')
print -dpsc2 tstleg.ps


Check tstleg.ps and you will see the really ugly magenta box of the legend
background is shown.


(file #33584)
    _______________________________________________________

Additional Item Attachment:

File name: tstleg.ps                      Size:91 KB


    _______________________________________________________

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]