爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 5003|回复: 0

提问前请先搜索

[复制链接]

新浪微博达人勋

发表于 2020-4-29 13:07:20 | 显示全部楼层 |阅读模式
NCL
系统平台: ncl绘图时不出现底图怎么办
问题截图:
问题概况: ncl绘图时不出现底图怎么办
我看过提问的智慧: 看过
自己思考时长(天): 2

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

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

x
我输入的代码

begin
  f = addfile("uv300.nc","r")
  u    = f->U(0,:,:)    ; read in example data [2D only here]
  v    = f->V(0,:,:)

;---Create plots
  wks  = gsn_open_wks("x11","stream")               ; send graphics to PNG file

  res                    = True                     ; plot mods desired
  res@tiMainString       = "Streamlines"            ; title

  res@stArrowLengthF     = 0.004                    ; size of the arrows.
  res@stMinArrowSpacingF = 0.004                    ; arrow spacing.
  res@stArrowStride      = 3                        ; arrows start every third

  plot = gsn_csm_streamline_map_ce(wks,u,v,res)
end
~        
感觉没啥毛病,为啥画出来就没背景呢?求大佬解答,我都要被它愁死了      

密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

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

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

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