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

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

[Octave-bug-tracker] [bug #44577] In case that 'MarkerFaceColor' propert


From: Rik
Subject: [Octave-bug-tracker] [bug #44577] In case that 'MarkerFaceColor' property is used, "print" command cannot generate a correct image file.
Date: Sat, 21 Mar 2015 00:05:47 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #4, bug #44577 (project octave):

This is almost certainly because of gl2ps and its mishandling of
polygon_offsets as suggested by Pantxo in comment #2.

The issue is that the axis object itself can have a background color and that
this is implemented by a patch object.  The line objects at z=0 are getting
forced underneath this patch object which is colored white.  If you make the
axis transparent then I get the desired plot


plot(1:20,'o-','MarkerSize',10,'MarkerFaceColor','b','Color','r');grid on
set (gca, "color", "none")
print -dpng out1.png;print -depsc2 out1.eps;




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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