- 积分
- 33
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-2-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 ·.飘稦▂_ 于 2015-3-3 18:58 编辑
想做这样子的图片
绘折线图什么的可以正常出来,奇怪的是,绘直方图跟风向标的部分,那个设置的gxout,绘出的仍然是折线图
下面是测试用的gs文件
'reinit'
'open r.ctl'
*打开站点资料
'set x 1'
'set y 1'
'set z 0'
'set t 1 12'
*设定一维可变
'set grads off'
'set grid off'
*地面风场
'set gxout barb'
'set ccolor 1'
'd u(stid="58566");v(stid="58566")'
*降水
'set gxout bar'
'set bargap 50'
'set barbase bottom'
'set ccolor 13'
'd r(stid="58566")'
'printim test.png white'
'c'
出来得图片是两根折线, 找了蛮久,都找不到类似可以参考的例子,只能麻烦各位帮忙解答了
还有一个问题,就是画折线图的时候Y轴的坐标都是在左边的,怎么设置在右边呢?
谢谢
|
|