安装matplotlib的步骤
Posted 天使_陈
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装matplotlib的步骤相关的知识,希望对你有一定的参考价值。
方法:
首先matplotlib是需要numpy先行包支持的,这里,我已经安装了numpy,下面安装matplotlib。
matplot需要一些其他软件支持
(1)这时需要安装freetype 和 png 这两个库,安装依赖的库。
yum install freetype freetype-devel python-freetype yum install libpng libpng-devel python-pypng
(2).yum search matplotlib
返回结果是:
[[email protected] Desktop]# yum search matplotlib
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.btte.NET
* extras: mirrors.btte.Net
* updates: mirrors.skyshe.cn
=========================== N/S matched: matplotlib ============================
Python-matplotlib-doc.x86_64 : Documentation files for python-matplotlib
python-matplotlib-qt4.x86_64 : Qt4 backend for python-matplotlib
python-matplotlib-tk.x86_64 : Tk backend for python-matplotlib
python-matplotlib.x86_64 : Python 2D plotting library
选择最下方的那个,安装
(3).yum install python-matplotlib.x86_64
它会把一切依赖给你装上。完毕。
最后面是安装成功。
以上是关于安装matplotlib的步骤的主要内容,如果未能解决你的问题,请参考以下文章