gsn_csm_contour_map_ce 等值线+极射赤面投影 (Polar Stereographic Projections) set gxout contour set mproj nps/sps gsn_csm_contour_map_polar(之前设置: gsnPolar = "NH"/gsnPolar = "SH") 填色等值线图 set gxout shaded gsn_csm_contour,之前设置 gsn_define_colormap(wks,colors),cnFillOn=True ...
gsn_csm_vector_map gsn_csm_vector_map_ce gsn_csm_vector_map_polar gsn_csm_sreamline_map_polar gsn_csm_vector_map_ce gsn_csm_vector_streamline_ce 3)grads矢量图 set gxout vector/stream/barb 4)MATLAB矢量图 quiver(x,y,u,v) quiver(u,v) quiver(...,scale) quiver(...,LineSpec) quiver(...
res@cnLevels = (/-30, -20, -10, -5, 0, 5, 10, 20, 30/) ; 9个 res@cnFillColors = (/ 3, 4, 5, 7, 0, 0, 13, 15, 17, 19/) ; 10个 plot = gsn_csm_contour_map_ce(wks, data, res) end 最后实际效果: 又是成功摸鱼的一天 ~ ~ ~ 分享至 投诉或建议 0 0 0...
ncl图形类型设置gsn_csm_choice[_choise[_choice[……]]] 一般等值线图 set gxout contour gsn_csm_contour(无地图底图)gsn_csm_map_ce,之前都要设置cnLinesOn=True 等值线+ robinson投影 (cylindrical equidistant map) set gxout contour set mproj robinson gsn_csm_contour_map_ce 等值线+极射赤面投影 (...
gsn_csm_*_map在地图上绘制,gsn_csm_*_map_ce()采用圆柱等距投影,gsn_csm_*_map_polar()采用极正射投影绘制极区图。30-237 20-227 709 30-34 20-24 17 30-31 20-21 7 1.print——显示变量和表达式的信息和值 20 30 2.printFileVarSummary——显示文件中变量信息 20 30 3.printMinMax——显示变量...
"True"res@mpGridMaskMode = "MaskNotOcean"res@mpGridLineDashPattern = 15res@mpGridSpacingF = 5.0res@mpOutlineOn = Trueres@mpOutlineBoundarySets = "National"res@mpDataBaseVersion = "MediumRes"res@mpDataSetName = "Earth..4"res@mpOutlineSpecifiers = "China:States"plot = gsn_csm_map_ce(...
gsnDraw 属性表示是否在调用gsn function 或者procedure 时顺便执行draw 命令。gsnFrame 表示是否在调用gsn function 或者procedure 时顺便执行frame 命令。如果所需绘制的 图形中包含不同场的叠加等较为复杂的操作时,这时往往要执行不止一条gsn 命令,这两个属性一般都设成False 。所以一般 当要产生和操作的图形对象...
––––gsn_csm_vector_scalar_map_ce gsn_csm_vector_scalar_map_polar gsn_csm_vector_scalar_map gsn_csm_pres_hgt_vector 这些接口默认的行为是根据标量场的量级为向量上色。若要改变这些默认行为,可以设置resource变量的属性gsnScalarContour为True。
NCL基本使用及实例演示
plot = gsn csm contour map ce(wks,t,res) end二、高水平图形接口gsn图形接口一般的gsn接口可以创建一般的 x-y坐标,等高线,流线和矢量图。gsn_csm 接口-可以自动的完成以下功能:自动添加label bars,在一般的接口中需要明确的 指明。自动的将变来的long name和units属性作为图形 的标签。long name在左上角,...