<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi there</p>
<p>When I create a new figure, I do newfig = scf();</p>
<p>Then to make the figure larger I do newfig.figure_size = <span
style="color:rgb(74,85,219);">[</span><span
style="color:rgb(188,143,143);">931</span><span
style="color:rgb(0,0,0);">,</span><span
style="color:rgb(188,143,143);">750</span><span
style="color:rgb(74,85,219);">];</span> <span
style="color:rgb(100,174,100);font-style:italic;">// default is
626 x 587</span><span
style="color:rgb(100,174,100);font-style:italic;"><br>
</span></p>
<p><span style="color:rgb(100,174,100);font-style:italic;">// When
height = 750 is specified, then it correctly becomes 817.</span><span
style="color:rgb(100,174,100);font-style:italic;"><br>
</span></p>
<p><span style="color:rgb(100,174,100);font-style:italic;">// I have
no idea why. Scilab is a bit weird.</span></p>
<p>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.</p>
<p>Is there a way in which I can call scf() with the desired figure
size already preset? ... something like scf(figure._size = <span
style="color:rgb(74,85,219);">[</span><span
style="color:rgb(188,143,143);">931</span><span
style="color:rgb(0,0,0);">,</span><span
style="color:rgb(188,143,143);">750</span><span
style="color:rgb(74,85,219);">]</span>); maybe ?</p>
<p>Best regards,</p>
<p>Claus<br>
</p>
<p><br>
</p>
</body>
</html>