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

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

[Octave-bug-tracker] [bug #48891] Rendering to eps problem gnuplot


From: Clinton Winant
Subject: [Octave-bug-tracker] [bug #48891] Rendering to eps problem gnuplot
Date: Thu, 25 Aug 2016 01:22:23 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

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

                 Summary: Rendering to eps problem  gnuplot
                 Project: GNU Octave
            Submitted by: cwinant
            Submitted on: Thu 25 Aug 2016 01:22:20 AM GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Clinton Winant
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The script

graphics_toolkit gnuplot
close all
for m=1:3
  sig=m*[1:4];
  plot(m,sig(1),'ks','markersize',8,'markerfacecolor','k');hold on;
  plot(m,sig(2),'k.','markersize',14);
  plot(m*ones(size(sig(3:end))),sig(3:end),'ko','markersize',10);
endfor
pause
print -deps debugprint.eps
quit

produces the correct image on screen (attached) but wrong eps file (attached):
the eps file has colored symbols even though none are called for and -deps
rather that -depsc is specified.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 25 Aug 2016 01:22:20 AM GMT  Name: debugprint.eps  Size: 23kB   By:
cwinant

<http://savannah.gnu.org/bugs/download.php?file_id=38339>
-------------------------------------------------------
Date: Thu 25 Aug 2016 01:22:20 AM GMT  Name: Screenshot-gnuplot.png  Size: 7kB
  By: cwinant

<http://savannah.gnu.org/bugs/download.php?file_id=38340>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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