del_graphic
Add here a paragraph of the function description. Other paragraph can be added
Add here a paragraph of the function description
Add here scilab instructions and comments
function del_graphic() while %t win=xget("window"); if win==0 then xdel(win); win=xget("window"); if win==0 then xdel(win); break end else break end end endfunction