登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
按照示例设置了主次刻度线
res@gsnMajorLatSpacing = 10
res@gsnMinorLatSpacing= 2.5
res@tmYLLabelStride = 1
res@tmYLLabelFontHeightF = 0.012
res@tmYLMajorLengthF = 0.02
res@tmYLMinorLengthF = 0.015
res@tmYLMajorLineColor = "black"
res@tmYLMinorLineColor = "black"
res@tmYLLabelFontColor = "black"
res@gsnMajorLonSpacing = 10
res@gsnMinorLonSpacing= 2.5
res@tmXBLabelStride = 1
res@tmXBLabelFontHeightF = 0.018
res@tmXBMajorLengthF = 0.02
res@tmXBMinorLengthF = 0.015
res@tmXBMajorLineColor = "black"
res@tmXBMinorLineColor = "black"
res@tmXBLabelFontColor = "black"
可是在图上没有显示
|