help-octave
[Top][All Lists]
Advanced

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

Re: pdf print


From: Ben Abbott
Subject: Re: pdf print
Date: Wed, 26 Mar 2008 13:07:14 -0400


On Mar 26, 2008, at 8:44 AM, Johan Kullstam wrote:

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

You can use ghostscript to merge pdf files.

What OS are you using?

Ben



reply via email to

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