- 积分
- 32409
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-12-11
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
安装的具体教程可查看http://www.gmtpython.xyz/install.html#
还有在线的小例子
conda安装后可以成功导入但是无法通过测试
gmt_python-0+unknown-py3.6.egg/gmt/tests/test_figure.pyFAILED [ 80%]
尝试了下,最后出图会失败!
fig_alias = gmt.Figure()
fig_alias.coast(R='-90/-70/0/20', J='M6i', G='gray', S='blue', B=True)
fig_alias.show()
Traceback (most recent call last):
File "", line 1, in
File "soft/anaconda2/envs/python3.6/lib/python3.6/site-packages/gmt_python-0+unknown-py3.6.egg/gmt/figure.py", line 308, in show
img = Image(data=png, width=width)
TypeError: 'NoneType' object is not callable
|
|