- 积分
- 165
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-9-13
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
xx = (/1860,1890/)
yy = (/9.7,9.7/)
dum1 = gsn_add_polyline(wks,plot,xx,yy,reslines)
dum2=gsn_add_text(wks,plot,"RCP4.5",1900,9.7,restext)
; gsn_polyline(wks,plot,xx,yy,reslines)
; gsn_text(wks,plot,"RCP4.5",1900,9.7,restext)
yy = (/9.69,9.69/)
reslines@gsLineColor = "blue" ; line color
reslines@gsLineDashPattern = 1 ; dash pattern
dum3= gsn_add_polyline(wks,plot,xx,yy,reslines)
dum4=gsn_add_text(wks,plot,"RCP8.5",1900,9.69,restext)
; gsn_polyline(wks,plot,xx,yy,reslines)
; gsn_text(wks,plot,"RCP8.5",1900,9.69,restext)
添加不成功
请大神指点迷津
|
|