- 积分
- 3155
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-4-23
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 m0932 于 2021-4-4 09:40 编辑
请教各位老师,为什么我的显著性检验,显著点落不到grid上来:
res2 = True ; res2 probability plots
res2@gsnDraw = False ; Do not draw plot
res2@gsnFrame = False ; Do not advance frome
res2@cnMonoFillColor = False
; res2@cnFillMode = "RasterFill"
res2@cnFillDrawOrder = "postDraw"
res2@cnInfoLabelOn = False
res2@cnLinesOn = False ; do not draw contour lines
res2@cnLineLabelsOn = False ; do not draw contour labels
res2@cnFillDotSizeF = 0.002
res2@gsnLeftString = ""
res2@gsnRightString = ""
res2@gsnAddCyclic = False
plot2 = gsn_csm_contour(wks,yes_no,res2)
plot2 = ShadeLtContour(plot2,1,17)
|
|