[scilab-Users] how to use handle to chane figure size

Francis Drossaert Francis.Drossaert at pgs.com
Fri Jul 23 11:23:20 CEST 2010


Not sure where the problem is? You cannot change the figure size at all or change the size of the output.

Try this:

hdl = gcf(); // get handle of figure
hdl.figure_size = [ 800, 700 ]; // change the size to 800x700 or whatever you want

Francis


-----Original Message-----
From: paul.carrico at free.fr [mailto:paul.carrico at free.fr] 
Sent: 23 July 2010 10:00
To: users at lists.scilab.org
Subject: [scilab-Users] how to use handle to chane figure size

All,

Ahhhhhhhhhhhhhh ... i'm spending (and wasting) a lot of time to understand how to use handles to increase the figure size !!!

basically I used until now :
clf(0)
xtitle("Resultat TRACTION","epsilon [-]","sigma [MPa]")
plot(TRACTION(:,3),TRACTION(:,4))
xs2jpg(0,'essais_traction.jpg');

and after reading the 'help figure_properties' I try several things by I failed each time ..

So can somebody share a part of a code to change this *$+&&%%%:-((((  size ?

Thanks in advance

Paul

This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the intended recipient only. If you are not the intended recipient or transmission error has misdirected this e-mail, please notify the author by return e-mail and delete this message and any attachment immediately. If you are not the intended recipient you must not use, disclose, distribute, forward, copy, print or rely on this e-mail in any way except as permitted by the author.


More information about the users mailing list