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 lines in p


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #44765] Legend object printed below lines in plot
Date: Tue, 07 Apr 2015 18:51:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #2, bug #44765 (project octave):

Actually, it may not be transparent but at the bottom, depth-wise.  Add some
color:


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


Changing to top layer has no affect, although I'm not sure if that property is
for controlling depth.


set(h, 'layer', 'top');
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]