help-octave
[Top][All Lists]
Advanced

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

Re: regarding saving figure


From: Andy Buckle
Subject: Re: regarding saving figure
Date: Tue, 12 Jul 2011 14:56:16 +0100

On Tue, Jul 12, 2011 at 2:50 PM, preeti gaikwad <address@hidden> wrote:
>
> Hello,
>
>  I have a problem with saving the figure, I am the new user of qt octave.
> Please help me for the same......
>
> If i have the code for plotting
>
> figure(10)
>
> i=100;
>
> h1=semilogy(t,y,'o')
>
> hold on
>
> h2=semilogy(t,f,'r')
>
> set(gca,'Xtick',1:5:20);
>
> set(gca,'FontSize',30,'Fontname','arial');
>
> set(gca,'linewidth',2)
>
> set(h1,'markersize',10);
>
> set(h2,'linewidth',2,'linestyle','--');
>
> but I dont know the exact command for saving in octave.....I think its
> something save filename.eps or so???
>
> what to use after plotting???

print filename.eps

-- 
/* andy buckle */


reply via email to

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