- 积分
- 1824
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-7-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 积极歪歪 于 2020-1-3 10:29 编辑
大神留步,用NCL作图,横坐标数据是10列,默认是1-10,我想修改成2-38,只要超过10,就变得不完整。各种命令都试过了,就是改不了刻度。
res@tmXTLabelsOn= True
;res@trXMinF=2
;res@trXMaxF=38
res@tmXBMode="Explicit"
;res@tmXBValues=(/2,6,10,14,18,22,26,30,34,38/)
;res@tmXBValues=fspan(0,40,10)
;res@tmXBLabels=(/"2","6","10","14","18","22","26","30","34","38"/)
;res@tmXBLabels="" + res@tmXBValues
res@gsnXAxisIrregular2Linear = True
;res@tmXLMode="Manual"
;res@tmXLTickSpacingF=4
|
|