help-octave
[Top][All Lists]
Advanced

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

Re: Save a plot to .ps


From: Eric Ortega
Subject: Re: Save a plot to .ps
Date: Mon, 24 May 1999 10:13:15 -0400 (EDT)


On Mon, 24 May 1999 address@hidden wrote:

> Hi
> 
> I really wonder how I can convert an octave plot to a postscript. In MatLab I
> would do this with ?print?. In octave...? Does anyone know?


gset term postscript
gset output "myfile.ps"
replot

(then you probably want to reset your term)
gset term x11



reply via email to

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