gsn_csm_contour_map_ce gsn_csm_ contour_map_polar 3) grads等值线图 set gxout contour 4)MATLAB等值线图 contour(Z) contour(Z,n) contour(Z,v) contour(X,Y,Z) contour(X,Y,Z,n) contour(X,Y,Z,v) contour(...,LineSpec) contour(axes_handle,...) [C,h] = 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 等值线+极射赤面投影 (Polar Stereographic Projections) set gxout contour set mproj nps/sps gsn_csm_contour_map...
––––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。
(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 填色等值线+等值线 set gxout shaded d .. set gx...
NCL基本使用及实例演示
2printVarSummary 在窗口输出变量的概printVarSummary(da述(包括元数据)ta)3draw 绘制给定的图形对象proceduredraw(objects:graphic)4frame 给定的更新和清除工procedureframe(作站对象 wks[1]:graphic )5gsn_open_wks 打开一个工作站上绘function 制图形 gsn_open_wks(type[1]:string,name[1]:string )retrun_...
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——显示变量...
(wks,BlAqGrYeOrRe) res = True res@cnFillOn = True res@cnLinesOn = False res@cnLevelSpacingF = 0.5 res@gsnSpreadColors = True res@lbAutoLabelStride = True plot = gsn_csm_contour_map_ce(wks,t,res) end 二、高水平图形接口 2.1 gsn 图形接口 一般的 gsn 接口可以创建一般的 x-y 坐标,...
(wks,BlAqGrYeOrRe) res = True ; resource varb res@cnFillOn = True ; turn on color res@cnLinesOn = False ; no cn lines res@cnLevelSpacingF = 0.5 ; cn spacing res@gsnSpreadColors = True ; full colors res@lbAutoLabelStride = True ; nice lb labels plot = gsn_csm_contour_map_ce...
;创建第一个图形 res = True res@gsnFrame = False res@vpXF = 0.2 res@vpYF = 0.83 res@vpWidthF = 0.6 res@vpHeightF = 0.465 plot1 = gsn_csm_contour_map_polar(wks,d,res) ;创建第二个图形 sres = True sres@gsnFrame = False sres@vpXF = 0.15 sres@vpYF = 0.3 sres@vpWidthF = 0.7...