爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 5936|回复: 0

[作图] 画xyplot是出现设置xyDashPattern但是不显示对应虚线的问题

[复制链接]
发表于 2014-11-9 19:25:43 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
  res                       = True
  res@gsnDraw               = False           
  res@gsnFrame              = False            
  res@xyLineThicknessF      = 2
  res@trXMinF               = 0.
  res@trXMaxF               = 6.
  res@xyLineColors          ="black"   
  res@gsnCenterString       = "RMSE of T"
  res@gsnCenterStringFontHeightF=0.04
  res@tiXAxisString         =""
  res@gsnLeftString         =""
  plot(1)                   = gsn_csm_xy(wks,rmset,rmset&bottom_top,res)
  res@tiXAxisString=""
  res@xyMonoDashPattern     =False
  ;patterns                  =("$_$_$_$_$_$")
  res@xyDashPattern         = 1
  plot(3)                   = gsn_csm_xy(wks,rmsetr,rmsetr&bottom_top,res)
  overlay(plot(1),plot(3))
  res@xyDashPattern         = 0
  res@xyLineColors          ="grey"
  plot(5)                   =gsn_csm_xy(wks,rmsect,rmsect&bottom_top,res)
  overlay(plot(1),plot(5))

plot(3)里面应该是虚线,可是画在图上都是实线是怎么回事?
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

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

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