help-octave
[Top][All Lists]
Advanced

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

Re: print command fails on PDF


From: Tatsuro MATSUOKA
Subject: Re: print command fails on PDF
Date: Wed, 30 Apr 2008 18:41:31 +0900 (JST)

Hello
Sorry I cannot answer your question directly.

As an altanative solution, you will print graph in ps format and convert it by 
ps2pdf in ghostscript.

In most case it gives better results in producing pdf files even if gnuplot 
suppors pdf
in gnuplot. (not from octave case directly by gnuplot. I myself does not use 
octave to make 
publish grade graph. I use gnuplot itself because it is convinient to adjust 
detailed design of graph.
(My exeprience of gnuplot is much longer than that of Octave.))
So I always make pdf graph via ps and convert it by ps2pdf or adobe distiller.

If someone tells you direct solution, perhaps it will be helpful for you in 
practical sense.

Regards

Tatsuro

--- Matthias Brennwald <address@hidden> wrote:

> Dear all
> 
> I can't produce PDF files (anymore):
> 
> --------------------
> octave:1> plot(rand(1,10));
> octave:2> print('testy.pdf','-dpdf','-F:18');
> 
> gnuplot> set terminal pdf color 18 enhanced;
>                                 ^
>          line 0: unexpected text at end of command
> 鏤析-------------------
> 
> This used to work some time ago. However, I cannot remember when I last
> used it, and what changed since then (I may have installed a later
> version of Octave or gnuplot in the meantime).
> 
> Using the print(...) command without the '-F:18' works nicely.
> 
> I'm running Octave 3.0.0+ and Gnuplot 4.2 patchlevel 3 on Ubuntu 8.04. I
> compiled Gnuplot using the "PDFLib Lite" library to get PDF support.
> 
> I'd be glad if someone could help me find the reason for my problem. I
> have no idea where/how to look.
> 
> Matthias
> 
> -- 
> Matthias Brennwald
> Project Manager Safety Analysis
> Nagra, 5430 Wettingen, Switzerland
> +41 56 437 13 32
> 
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
http://pr.mail.yahoo.co.jp/ganbare-nippon/


reply via email to

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