help-octave
[Top][All Lists]
Advanced

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

Re: how to save plot?


From: jian Xu
Subject: Re: how to save plot?
Date: Tue, 4 Apr 2006 22:04:25 -0500

Thanks.  But what if I used "subplot" so that the window has multiple
plots?  Seems like in this case, the "print" only saves the last
subplot.

Jian


On 4/4/06, Geordie McBain <address@hidden> wrote:
> Use the function print; e.g.
>
> octave2.9:1> x = linspace (0, 1, 99); plot (x, x.^2)
> octave2.9:2> print ("mygraph.eps", "-deps")
>
> On Tue, 2006-04-04 at 17:50 -0500, jian Xu wrote:
> > I generate some plots in octave, but how can I save them into a file?
> > Thanks a lot.
> >
> > Jian
> >
> >
> >
> > -------------------------------------------------------------
> > 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
> > -------------------------------------------------------------
> >
>
>



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