- 积分
- 897
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-8-27
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
当tmXBMode="Explicit"这样设置的时候, 我想让坐标轴间隔小一点怎么办?比如,12和1之间再多一些小标,不然366天这样子的图看起来太乱了,也没有趋势可言,,谢谢大家,请帮帮我
res@tmXBOn=True ;tickmark设置
res@tmXBMode="Explicit"
res@tmXBTickSpacingF=1
res@tmXBLabelFontHeightF = 0.015
res@tmYLLabelFontHeightF = 0.015
res@tmXBValues = (/0,31,62,90,121,151,182,212,243,274,304,335/)
res@tmXBLabels = (/"12","1","2","3","4","5","6","7","8","9","10","11"/)
res@xyLineThicknessF=1.0
res@xyDashPatterns=0
res@xyLineColors = "blue" ; change line color
res@tmXTOn=False ;关闭上侧坐标刻度
res@tmYROn=False ;关闭右边坐标刻度
;res@trXMinF = 1028472 ; set minimum X-axis value
res@trXMaxF = 366
res@xyMarkLineMode = "MarkLines" ; Markers *and* lines
res@xyMarkers = 6 ; 3 different markers
res@xyMarkerColors := "blue" ; 3 different colors
|
-
一年的值
|