[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: saving in postscript format
From: |
Sara Rainieri |
Subject: |
Re: saving in postscript format |
Date: |
Tue, 04 May 1999 16:12:25 +0200 |
Gerald Marewo (unix) wrote:
> What is the Octave equivalent to Matlab's "print" command for saving a
> graph to file?
>
> Gerald Marewo
If you have produced a figure by using Gnuplot through Octave, you can
save it
from the Octave command line by typing:
>>gset terminal postscript
>>gset output "filename.ps"
>> replot
Bye
Sara