help-octave
[Top][All Lists]
Advanced

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

Re: printing plots


From: A S Hodel
Subject: Re: printing plots
Date: Fri, 21 Feb 2003 12:26:18 -0600

function printeps(filename)
% function printeps(filename)
% replot screen plot (current figure) to a file
% inputs:
%   filename: string:

  gset terminal postscript eps color
  eval(sprintf("gset output '%s'", filename));
  replot
  #gset terminal x11
closeplot % this line needed on Mac OS X if doing multiple .eps files in a script.
endfunction



On Friday, February 21, 2003, at 11:11 AM, Myriam Abramson wrote:


Hi!

I'm not too familiar with octave and gnuplot. How do I get an .eps
file to print my graphs or include them in other files?

Thanks,

                                            myriam



-------------------------------------------------------------
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
-------------------------------------------------------------


A. S. Hodel, Assoc. Prof, Dept. Elect & Comp Eng, Auburn University, AL 36849-5201 (334) 844-1854 200 Broun Hall address@hidden http://www.eng.auburn.edu/~scotte



-------------------------------------------------------------
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]