gsn_create_labelbar(wks,nboxes,""+arr,lbres)amres = True amres@amJust = "TopCenter"amres@amParallelPosF = 0.0 ; Center amres@amOrthogonalPosF = 0.6 ; Bottom annoid = gsn_add_annotation(map,lbid,amres)return(annoid)end ...
“xy”——XY plot,“lb”——Labelbar,“tm”——Tickmark等;接着是对象的具体属性,通常是首字母大写的完整单词,最后可能会接一个大写字母如“F”来表示属性是浮点型,如:cnFillOn, xyLineColor,vcRefMagnitudeF,xyLineThicknessF等。
res@gsnFrame = False res@gsnLeftString = " " res@gsnRightString = " " res@gsnStringFontHeightF = 0.015 res@gsnYRefLine = 0. ; reference line res@gsnXYBarChart = True ; create bar chart res@gsnAboveYRefLineColor = "gray50" ; above ref line fill res@gsnBelowYRefLineColor = "gray...
How can I set the precision of the label bar labels? How can I generate some nice 2D random data for a contour and/or vector plot? Array functions How do I get the dimensions of an array? How do I create unique random subscripts? How do I eliminate missing values from a one-...
*** ; create panel ; *** resp = True resp@gsnFrame = False resp@gsnPanelBar = True resp@pmLabelBarHeightF = 0.05 resp@pmLabelBarWidthF = 0.5 resp@lbBoxEndCapStyle = "TriangleBothEnds" @lbLabelFontHeightF = 0.014 resp@gsnPanelBottom = 0.02 resp@gsnPanelMainString = " " ;resp@...
41. resources@pmLabelBarWidthF = 0.1 42. resources@lbPerimOn = False 打开label bar,改变它的宽度,关闭它的周长。 43. 44. vc = gsn_vector(wks,u,v,resources) 用刚刚添加的新的resources 绘制第三个矢量图。 45. 46. ; Begin fourth plot 创建自己的颜色图,根据单独的温度标量场着色并且填充矢量...
amannotationmanagercncontourcacoordinatearaysgsgraphicalstylelblabelbarlglegendmpmapspmplotmanagerprprimitivesfscalarfieldststreamlinestititletmtickmarkstxtexttftransformvfvectorfieldvcvectorsvpviewportwkworkstationwsworkspacexyxyplot 16 26 绘制方式:由@gsnDraw属性控制,默认True为调用绘图函数时立即绘图,指定False为调...
41. How can I set the precision of the label bar labels?42. How can I generate some nice 2D random data 28、 for a contour and/or vector plot?Array functions1. How do I get the dimensions of an array?2. How do I create unique random subscripts?3. How do I eliminate missing ...
gsn_add_polygon gsn_add_polyline gsn_add_polymarker gsn_add_text gsn_attach_plots gsn_blank_plot gsn_contour gsn_contour_map gsn_contour_shade gsn_create_labelbar gsn_create_legend gsn_create_text gsn_csm_attach_zonal_means gsn_csm_blank_plot ...
•Resourcesgroupedbytype(XYplot,contours,titles,labelbar,maps,gsn,etc)http://www.ncl.ucar.edu/Document/Functions/http://www.ncl.ucar.edu/Document/Graphics/Resources/ NCLWebsiteTourhttp://www.ncl.ucar.edu/ Colortables NCL-PopularLinks->ColorTables•Howtochange/createyourowncolortable•...