- 积分
- 1631
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-3-8
- 最后登录
- 1970-1-1
|
发表于 2020-6-14 15:39:23
|
显示全部楼层
我按照您教的方法试了一下,有效果 但是图上标记上的数字没去掉,up主有时间的话,能帮我看一下是哪里出问题了吗以下是画图部分的代码
wks = gsn_open_wks("png","taylor1")
res = True
res@tiMainString = ""
res@caseLabels = case
; res@varLabels = var
; res@varLabelsYloc = 1.5 ; Move location of variable labels [default 0.45]
res@Colors = (/"green","blue","red","green","blue","red","green","blue","red","green","blue","red"/)
res@Markers = (/16, 6, 7, 8, 9, 10, 11, 16, 16, 16, 16, 16/) ; make all solid fill
res@markerTxYOffset = 0.04 ; offset btwn marker & label
res@gsMarkerSizeF = 0.01 ; marker size
res@txFontHeightF = 0.015 ; text size
res@stnRad = (/0.5, 1.5/) ; additional standard radii
res@ccRays = (/0.6, 0.9/) ; correlation rays
res@centerDiffRMS = True ; RMS 'circles'
res@lbLabelFontHeightF = 0.8 ;LabelBar大小
plot = taylor_diagram(wks, ratio, cc, res)
|
|