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: Daisuke TAKAGO
Subject: [Octave-bug-tracker] [bug #44577] In case that 'MarkerFaceColor' property is used, "print" command cannot generate a correct image file.
Date: Thu, 19 Mar 2015 06:55:27 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

Sorry, I was wrong the example code. Please replace 'o' with 'o-' ,as
follows.


% Example1 (this code generates desired images)
plot(1:20,'o-','MarkerSize',10,'MarkerFaceColor','none','Color','r');grid
on;print -dpng out0.png;print -depsc2 out0.eps;

% Example2 (this code generates images which have no plot- and grid-lines.
However, markers and grid-labels are shown.)
plot(1:20,'o-','MarkerSize',10,'MarkerFaceColor','b','Color','r');grid
on;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]