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

python怎么安装matplotlib

程序员文章站 2022-03-09 13:23:49
...
Matplotlib是一个Python的2D绘图库,它以各种硬拷贝格式和跨平台的交互式环境生成出版质量级别的图形。

python怎么安装matplotlib

首先确保已经安装python,然后用pip来安装matplotlib模块。(推荐学习:Python视频教程

进入到cmd窗口下,执行python -m pip install -U pip setuptools进行升级。

接着键入python -m pip install matplotlib进行自动的安装,系统会自动下载安装包。

安装完成后,可以用python -m pip list查看本机的安装的所有模块,确保matplotlib已经安装成功。

显示的界面为:

python怎么安装matplotlib

找到matplotlib,即已安装成功:

python怎么安装matplotlib

更多Python相关技术文章,请访问Python教程栏目进行学习!

以上就是python怎么安装matplotlib的详细内容,更多请关注其它相关文章!

相关标签: python