[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Was Running Beautifully, Now Not?
From: |
Andreas Weber |
Subject: |
Re: Was Running Beautifully, Now Not? |
Date: |
Wed, 03 Sep 2014 08:31:26 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 |
Am 02.09.2014 20:22, schrieb Damian Harty:
> I tried the -debug option, too:
>
> octave:14> print -djpg -debug test1.jpg
> Ghostscript command: 'C:\Octave\Octave3.6.4_gcc4.6.2\gs\bin/gswin32c.exe
> -dQUIET -dNOPAUSE -dBATCH -dSAFER -sDEVICE=jpeg
> -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -r150x150 -dEPSCrop
> -sOutputFile=test1.jpg -'
> fltk-pipeline: 'C:\Octave\Octave3.6.4_gcc4.6.2\gs\bin/gswin32c.exe -dQUIET
> -dNOPAUSE -dBATCH -dSAFER -sDEVICE=jpeg -dTex
> tAlphaBits=4 -dGraphicsAlphaBits=4 -r150x150 -dEPSCrop
> -sOutputFile=test1.jpg -'
>
Does printing to eps work? Please run this and copy any output or error
verbatim:
close all
graphics_toolkit gnuplot
plot (rand (3))
plot -depsc -debug test.eps
(this also creates octave-print-commands.log)
-- Andy