delete a graphics window
xdel([win-nums])
:win-nums integer or integer vector :
xdel deletes the graphics windows win-nums or the current graphics window if no argument is given.
`plot2d`_();
`scf`_();
`plot3d`_();
xdel(0); // delete the first graphic
xdel(); // delete the current figure