1.Jupyter Notebook显示plot图像

%matplotlib inline

 

matplotlib踩坑笔记

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

#解决
import matplotlib.pyplot as plt

 

相关文章: