help-octave
[Top][All Lists]
Advanced

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

save a plot to PDF?


From: John W. Eaton
Subject: save a plot to PDF?
Date: Thu, 29 Sep 2005 13:49:53 -0400

On 29-Sep-2005, Jake wrote:

| I've done a lot of googling and have looked at several Octave wikis, 
| but haven't found anything on saving a plot as a PDF.  I was surprised 
| to see several fairly obscure formats (well, obscure in the context of 
| Octave) supported, but nothing for PDF.
| 
| Anyone know how to save an Octave plot as a PDF?

Save as postscript and use epstopdf?

Use

  __gnuplot_set__ term pdf
  __gnuplot_set__ output "foo.pdf"
  replot

I'm assuming you are using a recent version of Octave and have a
version of gnuplot that has the pdf driver included.

Maybe we should add a -dpdf option to print?

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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