赞
踩
Python使用matplotlib时有时会报出和 agg相关的错误,本文记录两种常见错误的解决方案。
import matplotlib matplotlib.use('TkAgg')
import matplotlib matplotlib.use('Agg')