爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 4102|回复: 1

NCL 过显著性检验和不过显著性检验的矢量箭头改色问题求助

[复制链接]

新浪微博达人勋

发表于 2022-3-16 15:04:23 | 显示全部楼层 |阅读模式
50金钱
想把过显著性检验和不过显著性检验的矢量箭头颜色进行区别,但是一叠加,没有任何变化,是不可以这么操作吗?有啥其他方法吗?谢谢!!!

prob = ttest(ep_6_early_ano_ave*10e4, ep_6_early_ano_var*10e4, nyear_6, ep_5_early_ano_ave*10e4, ep_5_early_ano_var*10e4, nyear_5, False,False)
ep6_ep5_t = mask(ep6_ep5, prob.gt.0.05, False)
epf6_epf5_t = mask(epf6_epf5, prob.gt.0.05, False)

copy_VarMeta(ep5_JRA, ep6_ep5_t)
copy_VarMeta(ep5_JRA, epf6_epf5_t)

    res@vcLineArrowColor = "darkgreen"
    res@gsnLeftString = "(f) (b)-(c)"
    res@vcRefAnnoOn = True
    plot = gsn_csm_pres_hgt_vector(wks,div6_div5(:,:71),epf6_epf5(:,:71),ep6_ep5(:,:71),res)         ;所有数值
    res@vcLineArrowColor = "red"
    plot1 = gsn_csm_pres_hgt_vector(wks,div6_div5(:,:71),epf6_epf5_t(:,:71),ep6_ep5_t(:,:71),res)  ;通过显著性检验的数值
    overlay(plot,plot1)

密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2022-3-29 15:34:56 | 显示全部楼层
    res@vcLineArrowColor = "red”
这句话改一下改成     resco@vcLineArrowColor = "red”
下一句也改一下  
plot1 =gsn_csm_pres_hgt_vector(wks,div6_div5(:,:71),epf6_epf5_t(:,:71),ep6_ep5_t(:,:71),resco)这样试一下呢?  
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表