Python 如何安装 Matplotlib 的底图?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/33020202/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to install Matplotlib's basemap?
提问by Klausos Klausos
It is unclear to me how to install Matplotlib's Basemapon Windows. Maybe the question is straightforward, I need some help.
我不清楚如何在 Windows 上安装 Matplotlib 的底图。也许问题很简单,我需要一些帮助。
I followed this tutorial. As far as I understand, first, GEOS
and PROJ4
should be installed, and lastly matplotlib-1.4.3.win-amd64-py2.7.exe
should be executed.
我跟着这个教程。据我了解,第一,GEOS
并PROJ4
应安装,最后matplotlib-1.4.3.win-amd64-py2.7.exe
应该执行。
I get stuck with GEOS. I downloaded source code of geos-3.5.0, "untarred" it, then I go to a Command Prompt, change directory to geos-3.5.0 and run this:
我被 GEOS 卡住了。我下载了 geos-3.5.0 的源代码,“解压”了它,然后我转到命令提示符,将目录更改为 geos-3.5.0 并运行以下命令:
export d://test
but it does not work.
但它不起作用。