| Scilab Reference Manual | 
|---|
xend — close a graphics session
xend()
xend is used to close a graphics session. Under the Postscript, Xfig or Gif drivers xend closes the file which was opened by xinit.
driver("Pos")
xinit("foo.ps")
plot2d()
xend()
driver("X11")
 
  J.Ph.C.
| << xdel | xfarcs >> |