xname
change the name of the current graphics window (obsolete))
Syntax
xname(name)
Arguments
- name
string, new name of the graphics window.
Description
xname() is obsolete. It will be removed in Scilab 6.2.x.
Please use gcf().figure_name = "New name" instead. |
xname
changes the name of the current graphics window.
Examples
History
Version | Description |
6.1.1 | xname() declared obsolete. Replaced with gcf().figure_name="New name". |
Report an issue | ||
<< xdel | figure_operations | geometric_shapes >> |