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

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

[Octave-bug-tracker] [bug #45317] Plot/subplot: legend transparency and


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #45317] Plot/subplot: legend transparency and symbols
Date: Sun, 14 Jun 2015 06:15:47 +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 #45317 (project octave):

Oh, workaround.  Not sure.  I believe the legend background is being filled
but is being printed first, behind the plot.  (Change the legend color to
[0.99 0.99 0.99] if not.  You could try saving as an EPS file and manually
changing the order of drawing--you need to be a little knowledgeable about
PostScript for that.  Another possibility is to save as SVG and edit in a
program called "inkscape".  In inkscape, you might have to ungroup objects,
but don't ungroup to the point that the legend elements are ungrouped.  Try
keeping the legend elements as all one group and just move the group to the
front of the view.

Also, you could try

graphics_toolkit("gnuplot");
figure();
<do plot>
print(<file name>,"-depsc");

or something similar.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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