[Scilab-users] How to maximize the Graphic Window before export?

Ariel a.dgraaf at krohne.com
Fri Oct 3 13:25:00 CEST 2014


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.



More information about the users mailing list