[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Print not creating output file
From: |
Ben Abbott |
Subject: |
Re: Print not creating output file |
Date: |
Sun, 13 Oct 2013 17:42:59 -0400 |
On Oct 13, 2013, at 5:11 PM, Jeffrey wrote:
> I'm trying to create graphs in a .pdf file, but no files are being created.
> This, or similar, code used to work. Here's my code now:
>
> <snip> ... </snip>
>
> I'm getting the following messages
>
> Loading N=0032x0032_Beta=01.00_tol=1e-08_t=0000: Elapsed time is
> 331.62 seconds.
> warning: X11 DISPLAY environment variable not set
> Plotting...
> warning: print.m: epstool binary is not available.
> Some output formats are not available.
> warning: print.m: fig2dev binary is not available.
> Some output formats are not available.
> warning: print.m: pstoedit binary is not available.
> Some output formats are not available.
I'll assume you are running Octave on Windows? You'll need to install
Ghostscript.
http://wiki.octave.org/Octave_for_Windows#Printing_.28installing_Ghostscript.29
Ben