- 积分
- 120
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-11-9
- 最后登录
- 1970-1-1
|
发表于 2019-6-18 14:35:30
|
显示全部楼层
求问楼主我操作了一下但是出现了这样的问题 不太看得懂是什么意思,求帮忙解答一下可以吗
Name:
color 0.07r1 - set color
Usage:
color [-gxout (contour|shaded|grfill)]
[-kind kind]
[-sample]
[-div div]
(-var variable | min max [int] | -levs lev1 lev2 ...)
[-xcbar xcba-args]
-gxout : type of gxout
-kind kind : color list,
or color name or rgb value connected with "->".
e.g., blue->white->red, bluered,
(200,100,100)->red->(0.0,0)
You can specify number of color
between the two colors using -(n)-> :
e.g. white-(0)->blue->red
-sample : draw color sample
-var variable : variable to draw
-div div : when "int" is not specified,
[min:max] is divided by "div" (default: 10)
min max [int] : minimum and maximum values of the graphic
-levs lev1 lev2 ...
: levels
Non-terminated constant
Error occurred on line 755
In file /cygdrive/c/xuexiAPP/grads/OPENGR~1/Contents/Resources/Scripts/color.gs
Error occurred on line 8
In file /cygdrive/c/xuexiAPP/grads/OPENGR~1/Contents/Resources/Scripts/color.gs
下面是我的gs文件
'reinit'
'open C:\xuexiAPP\zcdmn\gyt.ctl'
'set lev 3'
'set t 8'
'set map 1'
'set gxout shaded'
'set cint 1'
'set grads off'
'run color.gs'
'set rbrange 0 25'
'set csmooth on'
'd mag(u,v)'
'cbarn 1.25 1 10.3 4.3'
'draw title uv lev3time04.03.09:00'
'printim C:\xuexiAPP\zcdmn\uvlev3time8.png white '
|
|