help-octave
[Top][All Lists]
Advanced

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

how to increase figure size ?


From: Bigler Stéphane
Subject: how to increase figure size ?
Date: Thu, 5 Jun 2008 15:49:51 +0200

Hi,

Does anyone know how to set figure size within octave?

 

For example, the code below print y=f(x) in a (too) small window:

 

 figure() ;

 x = 1:1:10 ;

 y= 3*a ;

 plot(x,y) ;

 title(‘figure_title’) ;

 xlabel(‘x [m]’) ;

 ylabel(‘y [m]’) ;

 legend(‘y=f(x)’) ;

 grid on ;

 print –deps –landscape file_name.ps ;

 

In order to get a good quality print, I really need to increase the size of the figure. How to do it?

 

Any help would be really appreciated.

Thanks in advance for answering.

 

SBr

 


reply via email to

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