原本正常绘图代码如下:
解决jupyter运行matplotlib报错问题
出现错误:

matplotlib.figure.Figure at 0x251c88b0208

解决方法:把%matplotlib inline加载import前面,运行成功!

相关文章: