UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the fig

搜索visualization_utils.pyblog 将文件中的io import matplotlib; matplotlib.use('Agg') Agg  改成 Qt5Agg      class 即 import matplotlib; matplotlib.use('Qt5Agg')
相关文章
相关标签/搜索