报错: 使用可视化库matplotlib绘图时,plt.show()过后只出现<Figure size 640x480 with 3 Axes>而没有生成图片 解决: 导入库之后添加以下代码即可 %matplotlib inline 相关文章: 2021-07-07 2021-06-03 2022-12-23 2022-12-23 2021-12-26 2022-12-23 2022-12-23 2021-07-25