Cancelling displaying a Matplotlib plot

后端 未结 0 591
import matplotlib.pyplot as plt
fig, ax = plt.subplots()

# do stuff here

fig = ax = None
del(fig, ax)

plt.show()

The None and del<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题