<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hallo Scilab experts,<br>
Given a graphic window created by <font face="Helvetica, Arial,
sans-serif">f1=figure(1)</font> is minimized (iconified) at a
certain point of a script: Which command(s) can lift it visible on
to the screen (i. e. maximize it)? Something like<font
face="Helvetica, Arial, sans-serif"> maximize(f1)</font> or<font
face="Helvetica, Arial, sans-serif"> maximize(1)</font> does not
exist. I tried<font face="Helvetica, Arial, sans-serif">
show_window(1)</font> and <font face="Helvetica, Arial,
sans-serif">show_window(f1)</font> with no effect.<br>
<br>
Hoping to receive advice<br>
Jens S. Strom<br>
</body>
</html>