如何使用matplotlib?

时间:2012-07-27 15:18:45

标签: python numpy python-3.x matplotlib

Python的一个图形生成文件是Matplotlib(“http://matplotlib.org/”)。 我在Windows7(64位)操作系统上使用Python3.2.1。 我正在尝试下载相同的运行matplotlib.animation。

如果任何一位受尊敬的成员可能会建议我如何下载 同样的。

先谢谢, 问候, Subhabrata Banerjee。

我无法导入matplotlib.pyplot / matplotlib.pylab,如果我必须下载哪里可以下载?我在Windows7(64位)上使用Python3.2.1。 但是如果没有单独的下载,matplotlib.animation怎么样呢? 问候, Subhabrata。

2 个答案:

答案 0 :(得分:2)

我不相信matplotlib已经添加了对python 3的全部支持。这是the status page

It will support it on the next release

如果你想在python中使用matplotlib。我相信你应该使用python 2.7,因为Python 3有大量的改变,破坏了向后兼容性。

答案 1 :(得分:1)

您可以使用pip通过以下命令安装matplotlibpip install matplotlib

它会自动为您处理下载和依赖任务。

有关如何在Windows下安装pip的信息,请参阅:How do I install pip on Windows?