(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 坐标,...
也可以通过gsn图形接口自定义一个颜色条。参考以下链接: /Applications/labelbar.sh tml十八、功能码(Function codes)十九、原型(Primitives) 19.1 多边形多变形是至少包含三个点的封闭图形。最后一个点应该和第一个点式重合的。多边形可以添加到一个图形上,在图形坐标中用 gsn_ploygon命令,在NDC坐标中用gsn_polygon...
gsn_text_ndc 的 第一参数是从前一个对 gsn_open_wks 调用返回的工作站变量,第二个参数是要 绘制的字符串,接下来的两个参数是在 NDC 坐标中文字的 X 和 Y 的位置,最 后一个参数是一个逻辑值表明你是否设置了任何的 resources 。文本字符串将以 你指定的 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...
amannotationmanagercncontourcacoordinatearaysgsgraphicalstylelblabelbarlglegendmpmapspmplotmanagerprprimitivesfscalarfieldststreamlinestititletmtickmarkstxtexttftransformvfvectorfieldvcvectorsvpviewportwkworkstationwsworkspacexyxyplot 16 26 绘制方式:由@gsnDraw属性控制,默认True为调用绘图函数时立即绘图,指定False为调...
res@cnFillDrawOrder="PreDraw"res@cnFillMode="RasterFill"res@gsnAddCyclic=False res@mpMinLatF=min(lat)res@mpMaxLonF=max(lon)res@mpCenterLonF=180res@tmYLLabelFontHeightF=0.015res@tmXBLabelFontHeightF=0.015res@pmLabelBarOrthogonalPosF=0.12;OrthogonalPosF=0.02res@tmYLTickSpacingF=10res@tmXBTick...
参考以下链接: http://.ncl.ucar.edu/Applications/labelbar.sh tml 十八、功能码(Function codes) 十九、原型(Primitives) 19.1 多边形 多变形是至少包含三个点的封闭图形。最后一个点应该和第一个点式重合的。多边形可以添加到一个图形上,在图形坐标中用 gsn_ploygon命令,在NDC坐标中用gsn_polygon_ndc命令。
after autoload bin bundle colors dictionary ftdetect ftplugin plugin record snippets syntax Dockerfile.vim ncl.vim README.txt test.vim bash-git-prompt bin git_hooks others .bash_logout .bash_profile .bashrc .git_bashrc .gitconfig .gitignore ...
master .vim after autoload bin bundle colors dictionary ftdetect ftplugin plugin record snippets syntax Dockerfile.vim ncl.vim README.txt test.vim bash-git-prompt bin git_hooks others .bash_logout .bash_profile .bashrc .git_bashrc .gitconfig ...
lbres@lbLabelFontHeightF = 0.012 lbres@lbLabelAlignment = InteriorEdges lbres@lbMonoFillPattern = True lbres@lbFillColors = labelbarcolors gsn_labelbar_ndc(wks,nlevels+1,labels,0.10,0.20,lbres) frame(wks) end 2021/3/13 * NCAR Command Language (NCL) 2021/3/13 * 一、简介 1.1 正确...