matplotlib踩坑笔记

 

1.Jupyter Notebook显示plot图像

%matplotlib inline

 

 2.module 'matplotlib' has no attribute 'title'

#解决
import matplotlib.pyplot as plt

 

posted @ 2019-03-18 09:25  人生多风雨  阅读(840)  评论(0编辑  收藏  举报