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

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

[Octave-bug-tracker] [bug #44916] Printing Qt-drawn figures produces fau


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #44916] Printing Qt-drawn figures produces faulty files
Date: Thu, 30 Apr 2015 14:13:50 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

Follow-up Comment #13, bug #44916 (project octave):

Could you try replacing the file share\octave\4.0.0-rc4\m\plot\util\print.m
with the attached version and then try


  plot (1:10)
  print ("foo.eps", "-depsc", "-debug")


and then attach the resulting foo.eps file here?

Be sure to restart Octave after replacing the print.m file so that the new
version is used instead of any previous version that Octave has already
parsed.

This time, you should see


  epstool command: ' cat > 'foo.eps' '
  opengl-pipeline: ' cat > foo.eps '


My goal here is to capture the output directly from gl2ps to see whether it is
corrupted.  I think that should narrow the problem down to either gl2ps or
ghostscript.

(file #33843)
    _______________________________________________________

Additional Item Attachment:

File name: print.m                        Size:23 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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