欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Python报错:AttributeError: module ‘matplotlib‘ has no attribute ‘plot‘

程序员文章站 2022-03-18 20:45:36
...

Python报错:AttributeError: module 'matplotlib' has no attribute 'plot'

# 原代码
import matplotlib as plt
# 改成
import matplotlib.pylot as plt
相关标签: 报错处理 python