- 积分
- 8463
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-7-3
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
最近在画RMSE,RMSE越大说明误差越大,所以就想能不能横坐标递减排列,但是尝试改了发现没有效果
resll@tiXAxisSide="Top"
resll@tmXBOn = False
resll@tiXAxisString="RMSE"
resll@tiXAxisFontColor = "Blue"
resll@xyLineColors = (/"Blue"/) ; colors chosen
resll@tmXTOn=True
resll@tmXTMode="Explicit"
resll@tmXTValues=(/1.35,1.2,1.15,1.1,1.05,1/)
resll@tmXTLabels = (/"1.35","1.2","1.15","1.1","1.05","1"/)
resll@tmXUseBottom = False
heng=fspan(0.8,20.3,20)
ploth = gsn_csm_xy(wks,fin(1,:),heng,resll)
|
|