Close a figure window, and unregister it from pyplot.
Notes
pyplot maintains a reference to figures created with figure()
. When work on the figure is completed, it should be closed, i.e. deregistered from pyplot, to free its memory (see also :rc:figure.max_open_warning). Closing a figure window created by show()
automatically deregisters the figure. For all other use cases, most prominently savefig()
without show()
, the figure must be deregistered explicitly using close()
.
matplotlib.pyplot.close
#
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4