- 积分
- 14996
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-3-5
- 最后登录
- 1970-1-1
|
发表于 2015-6-3 14:44:28
|
显示全部楼层
ncl我不会。grads的散点图就是scatter,官网上用法如下:
set gxout scatter
display exp1;exp2<;exp3>
Where:
exp1 A grid expression that determines the position of the scatter points on the X axis
exp2 A grid expression that determines the position of the scatter points on the Y axis
exp3 A grid expression that determines the color of the points in the scatter plot (GrADS version 2.0.2+)
Use set clevs and set ccols to control the range of values and color for each level. When using colorization of the scatter plot
这样的话经度是x纬度是y植被类型是exp3,每种类型再设置指定颜色就可以。不过不知道这样的还能不能叠加地图。
其实我不是很能理解为什么要画散点图呢,这个植被类型应该本来就是格点数据吧?你是觉得shaded自动插值填充了?还是只是默认给出来的bar是两个数一个颜色?……shaded也可以一种类型对应一种颜色啊,直接set clevs和set ccols不就可以了?
如果格点数据还可以用fgrid给每个格子填上不一样的颜色。
|
|