Scilab Function
Last update : 28/12/2008

xend - close a graphics session

Calling Sequence

xend()

Description

xend is used to close a graphics session. Under the Postscript, Xfig or Gif drivers xend closes the file which was opened by xinit.

Examples


driver("Pos")
xinit("foo.ps")
plot2d()
xend()
driver("X11")
 
  

See Also

xbasimp,  xend,  

Author

J.Ph.C.