Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Graphics > xdel

xdel

delete a graphics window

Syntax

xdel([win_nums])

Arguments

win_nums

an integer scalar or vector.

Description

xdel deletes the graphics windows whose numbers are included in the vector win_nums or the current graphics window if no argument is given.

Examples

plot2d();
scf();
plot3d();
xdel(0); // delete the first graphic
xdel(); // delete the current figure

See Also

  • close — close a figure or a window
  • delete — delete a graphic entity and its children.
  • winsid — return the list of graphics windows
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:39 CEST 2016