<< xdel graphics closeEditvar >>
removed >> removed > 6-1-1 > graphics > xname

xname

change the name of the current graphics window

Syntax

xname(name)

Arguments

name

string, new name of the graphics window.

Description

xname changes the name of the current graphics window.

Examples

xname("Empty graphic")
x = -%pi*2 : 0.1 : %pi*2;
plot(x, sin(x))
xname("sin(x) with x between -%pi*2 and %pi*2")

See also

History

VersionDescription
6.1.1 xname() declared obsolete, to be removed in next Scilab version. It is replaced with gcf().figure_name="New name".

<< xdel graphics closeEditvar >>