change the name of the current graphics window
xname(name)
:name string, new name of the graphics window. :
xname changes the name of the current graphics window.
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")