import matplotlib
matplotlib.use('TkAgg')
import matplotlib.pyplot as plt
UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown
最新推荐文章于 2024-08-08 13:51:21 发布
import matplotlib
matplotlib.use('TkAgg')
import matplotlib.pyplot as plt