Back to Plotting
close
Close a figure.
Syntax
close(which) → Nothing
Backends
TypeScript
Description
Close a figure.
Parameters
| Name | Description |
|---|---|
| which | Figure number or "all" (optional) |
Returns
Nothing
Examples
Try It
>> close("all")