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

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

[Octave-bug-tracker] [bug #48892] Rendering to eps problem qt-fltk


From: Clinton Winant
Subject: [Octave-bug-tracker] [bug #48892] Rendering to eps problem qt-fltk
Date: Thu, 25 Aug 2016 01:37:25 +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/?48892>

                 Summary: Rendering to eps problem  qt-fltk
                 Project: GNU Octave
            Submitted by: cwinant
            Submitted on: Thu 25 Aug 2016 01:37:22 AM GMT
                Category: Plotting with OpenGL
                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 qt
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 screenplot (attached) but the eps output is wrong: 
symbols plotted by the 2nd and 3rd calls to plot are masked



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 25 Aug 2016 01:37:22 AM GMT  Name: Screenshot.png  Size: 15kB   By:
cwinant

<http://savannah.gnu.org/bugs/download.php?file_id=38341>
-------------------------------------------------------
Date: Thu 25 Aug 2016 01:37:22 AM GMT  Name: debugprint.eps  Size: 7kB   By:
cwinant

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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