使用use命令即可,必须放在调用pyplot前面! 不要使用show()函数,使用save()函数
show()
save()
import matplotlib matplotlib.use('Agg')