python中结合grads绘图

from grads import *  

from sys import stdout

try:

ga = GrADS(Verb=1, Echo=False, Port=False, Window=False,Opts="-c 'q config'")

print(">>> OK <<< start GrADS")

except:

print(">>> NOT OK <<< cannot start GrADS")

%run "C:UsersAdministratorDesktoptest1.py"
NOT OK <<< cannot start GrADS
Stopping the GrADS process...

这个怎么解决,我import grads没报错啊

运行结果截图图片描述

以上是 python中结合grads绘图 的全部内容, 来源链接: utcz.com/a/162440.html

回到顶部