bugGNU Octave - Bugs: bug #48891, Rendering to eps problem gnuplot

 
 

bug #48891: Rendering to eps problem gnuplot

Submitter:  Clinton Winant <cwinant>
Submitted:  Thu 25 Aug 2016 01:22:20 AM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  Clinton Winant Open/Closed:  * Closed
Release:  * 4.0.3 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 29 Aug 2016 04:55:37 AM UTC, comment #4: 

The fix for this bug was applied on the development branch that will become Octave 4.2, it has not yet been released.
Closing as fixed.

Avinoam Kalma <avinoam>
Group Member
Sun 28 Aug 2016 07:36:53 PM UTC, comment #3: 

Development version, linux (gnuplot 5.1.0) produces correct results for me as well.

Dan Sebald <sebald>
Thu 25 Aug 2016 04:15:24 AM UTC, comment #2: 

Confirmed on Windows with 4.0.3, but with dev branch
(changeset 0ca341841198) I get black & white image.
The eps image is clipped.
Attached ps and eps files.




(file #38344, file #38345)

Avinoam Kalma <avinoam>
Group Member
Thu 25 Aug 2016 03:41:47 AM UTC, comment #1: 

Confirm on Fedora 24.

Dmitri.

Dmitri A. Sergatskov <dasergatskov>
Thu 25 Aug 2016 01:22:20 AM UTC, original submission:  

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.

Clinton Winant <cwinant>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #38344:  debugprint.eps added by avinoam (26KiB - application/postscript)
file #38345:  debugprint.ps added by avinoam (165KiB - application/postscript)
file #38339:  debugprint.eps added by cwinant (23KiB - image/x-eps)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by sebald (Posted a comment)
  • -email is unavailable- added by avinoam (Updated the item)
  • -email is unavailable- added by dasergatskov (Posted a comment)
  • -email is unavailable- added by cwinant (Submitted the item)
  • -email is unavailable- added by cwinant
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 9 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-08-29 avinoam StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2016-08-25 avinoam Attached File- Added debugprint.eps, #38344
        Attached File- Added debugprint.ps, #38345
        StatusNone Confirmed
        Operating SystemGNU/Linux Any
    2016-08-25 cwinant Attached File- Added debugprint.eps, #38339
        Attached File- Added Screenshot-gnuplot.png, #38340
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code