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: Tue, 05 May 2015 15:55:54 +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 #26, bug #44916 (project octave):

Martin, do you also see strange results with fltk?

Can you please try the following Windows distribution and see if it also fails
(using the FLTK toolkit, since that was all that was in 3.8.2).

  http://jweaton.org/octave-2015-05-04-20-31.zip

I have reports that 3.8.2 was working on systems where the current 4.0.0-rc4
builds fail.  This binary is a build of 3.8.2 from the Mercurial archive with
the current build tools and two changes:

  * print.m bypasses ghostscript and just saves the PostScript generated by
gl2ps in a file.

  * the zip file includes a copy of the new octave.vbs wrapper script.

Use the octave.vbs wrapper script to start Octave, then in addition to
whatever tests you've been running, will you please try

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

and check the generated foo.eps file?  The symptom of failure for this one is
usually that the line on the screen runs from (1,1) to (10,10) but in the
printed file is typically starts at (2,2) or sometimes (3,3) (I think).

Thanks.

    _______________________________________________________

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]