help-octave
[Top][All Lists]
Advanced

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

Re: pdf print


From: Johan Kullstam
Subject: Re: pdf print
Date: Wed, 26 Mar 2008 08:44:49 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Ben Abbott <address@hidden> writes:

> On Wednesday, February 27, 2008, at 10:22AM, "Ruben J. Moor" <address@hidden> 
> wrote:
>>Hej,
>>
>>does anyone know how to create pdf-files for plots in octave3 ?
>>
>>My GNUplot can actually write pdf files, so I used gset for all GNUplot 
>>specific settings - but is there a possibilty to use the more modern 
>>print-function?
>>
>>Thanks
>>Ruben
>
> Check the help. Just type "help print" from the octave terminal window.
>
> Below is a simple example that works for me.
>
> x = 0:0.01:2*pi;
> plot(x,sin(x))
> print test.pdf -dpdf

How can I put multiple plots (one for each page) in one pdf file?

I tried
print test.pdf -dpdf -append

but octave/gnuplot doesn't seem to do "append"

-- 
Johan KULLSTAM


reply via email to

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