[Scilab-users] figure_size

Claus Futtrup cfuttrup at gmail.com
Sun Sep 10 13:35:30 CEST 2017


Hi there

When I create a new figure, I do newfig = scf();

Then to make the figure larger I do newfig.figure_size = [931,750]; // 
default is 626 x 587

// When height = 750 is specified, then it correctly becomes 817.

// I have no idea why. Scilab is a bit weird.

The top left corner stays the same, so the figure scales down. (Kinda 
smart, so you can always get hold of the top bar of the window), but 
unfortunately my PC monitor is not so large, the figure expand beyond 
the bottom of the screen.

Is there a way in which I can call scf() with the desired figure size 
already preset? ... something like scf(figure._size = [931,750]); maybe ?

Best regards,

Claus


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170910/36022b92/attachment.htm>


More information about the users mailing list