W_CLOSE Name
W_CLOSE
Purpose
This procedure closes an existing plotting window.
Category
Input/output
Calling Sequence
W_CLOSE, Index
Optional Inputs
Index: The window's scalar index label.
Procedure
This procedure runs the IDL procedure WDELETE. I just prefer
this call name. Example
Close window #2.
w_close, 2 Modification History
Written by: Daithi A. Stone, 2000-06-13.