Scilab 6.0.1
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
Syntax
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.
Report an issue | ||
<< sdf | figure_operations | winsid >> |