bugGNU Octave - Bugs: bug #53327, Failed to create pdf file with...

 
 

bug #53327: Failed to create pdf file with gnuplot

Submitter:  None
Submitted:  Mon 12 Mar 2018 08:35:05 AM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Works For Me Assigned to:  None
Originator Name:  Octave user Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 19 Mar 2018 08:21:22 PM UTC, comment #4: 

Great.  Marking bug as fixed and closing report.

Rik <rik5>
Group administrator
Mon 19 Mar 2018 10:35:29 AM UTC, comment #3: 

It seems that the problem does not exist any longer in Octave-4.2.2.

Anonymous
Tue 13 Mar 2018 11:49:40 AM UTC, comment #2: 

I'm using gnuplot 5.0 patchlevel 5 (wgnuplot.exe).
It is the version you get when installing this version of octave: https://ftp.gnu.org/gnu/octave/windows/octave-4.2.1-w64-installer.exe.

Anonymous
Mon 12 Mar 2018 10:25:24 PM UTC, comment #1: 

This works for me, although it takes a long time.  What version of gnuplot are you using?

Rik <rik5>
Group administrator
Mon 12 Mar 2018 08:35:05 AM UTC, original submission:  

When running the following code, an empty pdf file is created and an error message is printed. However no Octave error occurs and code execution continues. The problem seems to be related to the mingw64 build of Octave. When running the same test on Cygwin, the pdf file is created correctly.

h = hgload("print_test.ofig");
graphics_toolkit(h, "gnuplot");
print("-dps", "-color", "-portrait", "-S1024,768", "print_test.pdf");

$ octave --persist -q print_test.m
Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird.
octave:1>

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #43522:  print_test.tar.bz2 added by None (165KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  •  

    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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-03-19 rik5 Open/ClosedOpen Closed
    2018-03-12 rik5 StatusNone Works For Me
    2018-03-12 None Attached File- Added print_test.tar.bz2, #43522

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code