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:49:30 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

                 Summary: In case that  'MarkerFaceColor' property is used,
"print" command cannot generate a correct image file.
                 Project: GNU Octave
            Submitted by: takago
            Submitted on: 2015年03月19日 06時49分29秒
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Daisuke TAKAGO
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I found a bug about print.m.

print.m can generate a image file, but the generated image have no
plot/grid-lines.


% 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]