美文网首页
Jupyter:使用Matplotlib作图

Jupyter:使用Matplotlib作图

作者: ACphart | 来源:发表于2018-08-16 12:13 被阅读3次

  • 和其他环境一样,可以通过plt.show()来弹出显示图,但在Jupyter notebook中有更好的方式,可以直接输出

方法

  • 使用%matplotlib inline
In  [1]: %matplotlib inline
         import matplotlib.pyplot as plt

之后便可以直接输出figure了

相关文章

网友评论

      本文标题:Jupyter:使用Matplotlib作图

      本文链接:https://www.haomeiwen.com/subject/kcvnbftx.html