Thanks Dang! I have solved the problem following your suggestion. First, I
maximized the Graphic Window by hand and then issued the command f =
get("current_figure") to obtain the exact position and number of pixels of
my window. I have added the following lines to my script and now the export
is working nicely.

f = get("current_figure");
f.figure_position = [-8,-8];
f.figure_size = [1936,1056];

Thanks again, Ariel







--
View this message in context: 
http://mailinglists.scilab.org/How-to-maximize-the-Graphic-Window-before-export-tp4031290p4031292.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to