how to increase figure size ?
Bigler Stéphane
stephane.bigler at epfl.ch
Thu Jun 5 08:49:51 CDT 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.cae.wisc.edu/pipermail/help-octave/attachments/20080605/3d51c5c7/attachment.html
More information about the Help-octave
mailing list