Module 'matplotlib' has no 'contourf' member 使用Python导入matplotlib模块报错
生活随笔
收集整理的這篇文章主要介紹了
Module 'matplotlib' has no 'contourf' member 使用Python导入matplotlib模块报错
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
錯(cuò)誤提示
使用Python編譯畫圖時(shí)提示Module 'matplotlib' has no 'contourf' member
原因分析
導(dǎo)入matplotlib模塊錯(cuò)誤
matplotlib為程序宏包
matplotlib.pyplot為其模塊
contourf為此模塊函數(shù)
此函數(shù)功能為繪制顏色填充的等高線
解決辦法
把導(dǎo)入包改為import matplotlib.pyplot as plt
錯(cuò)誤截圖
References
- matplotlib 等高線的繪制 —— plt.contour 與 plt.contourf
- Matplotlib繪圖 - 動畫,三維繪圖??,等高線圖
- matplotlib.pyplot.contourf
總結(jié)
以上是生活随笔為你收集整理的Module 'matplotlib' has no 'contourf' member 使用Python导入matplotlib模块报错的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 梯度下降法Gradient Descen
- 下一篇: Ardino基础教程 1_让Arduin