mpl_gui.FigureRegistry.close_all#
- FigureRegistry.close_all()[source]#
Close all Figures know to this Registry.
This will do four things:
call the
.destory()method on the managerclears the Figure on the canvas instance
replace the canvas on each Figure with a new
FigureCanvasBaseinstancedrops its hard reference to the Figure
If the user still holds a reference to the Figure it can be revived by passing it to
show.