help-octave
[Top][All Lists]
Advanced

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

Re: saving plots


From: Joan Picanyol i Puig
Subject: Re: saving plots
Date: Mon, 19 Jun 2006 00:21:48 +0200
User-agent: Mutt/1.5.11

* Hayden Rampadarath <address@hidden> [20060618 23:43]:
> hi,
>   how do you save plots using octave??
>   I am running some plots in octave and they came up in GNUplot, so how do i 
> save them??
>   Using Gnuplot I usually, type
>   >>set term post
>   >>set output 'plot1.ps'
>   >>replot
>    
>   and the file saves as a .ps file

print('plot1.ps', '-dps')

help print for details

qvb
--
pica


reply via email to

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