[scilab-Users] How to increase fig size

Mathieu Dubois mathieu.dubois at limsi.fr
Thu Jul 22 10:46:21 CEST 2010


Hello Paul,
> How can i increase the size of the figures I generate so that i integrate it into reports for example ?
> is it in plot keyword ?
> xs2jpg one ?
> other ?
>    
You can specify the figure size when creating the figure with figure() 
(see help figure):
h=figure("figure_size", [250, 450]);

Otherwise if you have a handle on the figure (for instance with 
h=gcf();) you can modify the figure_size property...

Hope that helps,
Mathieu



More information about the users mailing list