Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
show_window
raises a graphics window
Calling Sequence
show_window([figure])
Arguments
- figure
number or handle of the figure to show.
Description
With no parameters,show_window
raises the current graphics window even if
it is iconified. Otherwise, raises the specified window by its number or handle.
If no window already exists, one is created.
Authors
J.Ph.C.
<< havewindow | window_control | winsid >> |