最佳答案
Matplotlib提供了以下功能:
cla() # Clear axis
clf() # Clear figure
close() # Close a figure window
我应该什么时候使用每个函数,它到底做了什么?