- 积分
- 883
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-11-5
- 最后登录
- 1970-1-1
![[请听我说不要说话] 粉丝数:1 微博数:2 新浪微博达人勋](source/plugin/sina_login/img/light.png)
|

楼主 |
发表于 2022-8-2 09:12:00
|
显示全部楼层
plot = new(10,graphic)
res1=True
res1@tiXAxisString="year"
;res1@xyLineColors="red"
;res1@xyLineThicknesses=5
res1@tiYAxisString="Lat(~S~o~N~N)" ;F33表示官网第33个字体表,d表示第33个字体表中的编号为的符号,S表示开始上标,N表示结束上标
res1@vpHeightF=0.35
res1@vpWidthF=0.6
;res@tiYAxisFontColor="red"
res1@trXMinF = 1950
res1@trXMaxF = 2020
res1@trYMinF = 0
res1@trYMaxF = 35
res1@tmYLLabelFontHeightF=0.025
res1@tmXBLabelFontHeightF=0.025
res1@tiYAxisFontHeightF = 0.025
res1@tiXAxisFontHeightF = 0.025
res1@xyMarkLineMode="Markers"
res1@xyMarker="16"
res1@xyMarkerColor="black"
;res1@tmXBLabelsOn = False ;关闭x轴坐标
res1@tmXBMinorThicknessF=0
res1@tmYLMinorThicknessF=0
;res1@tmXBMode="Explicit"
;res1@tmXBValues=ispan(1950,2020,10)
;res1@tmXBLabels=(/"","","","","","","",""/)
res2=True
res2@tiXAxisString="year"
;res1@xyLineColors="red"
;res1@xyLineThicknesses=5
res2@tiYAxisString="Lon(~S~o~N~N)" ;F33表示官网第33个字体表,d表示第33个字体表中的编号为的符号,S表示开始上标,N表示结束上标
res2@vpHeightF=0.35
res2@vpWidthF=0.6
;res@tiYAxisFontColor="red"
res2@trXMinF = 1950
res2@trXMaxF = 2020
res2@trYMinF = 100
res2@trYMaxF = 140
res2@tmYLLabelFontHeightF=0.025
res2@tmXBLabelFontHeightF=0.025
res2@tiYAxisFontHeightF = 0.025
res2@tiXAxisFontHeightF = 0.025
res2@xyMarkLineMode="Markers"
res2@xyMarker="16"
res2@xyMarkerColor="black"
;res2@tmXBLabelsOn = False
res2@tmXBMinorThicknessF=0
res2@tmYLMinorThicknessF=0
;res2@tmXBMode="Explicit"
;res2@tmXBValues=ispan(1950,2020,10)
;res2@tmXBLabels=(/"","","","","","","",""/)
res3=True
res3@tiXAxisString="year"
;res1@xyLineColors="red"
;res1@xyLineThicknesses=5
res3@tiYAxisString="Lat(~S~o~N~N)" ;F33表示官网第33个字体表,d表示第33个字体表中的编号为的符号,S表示开始上标,N表示结束上标
res3@vpHeightF=0.35
res3@vpWidthF=0.6
;res@tiYAxisFontColor="red"
res3@trXMinF = 1950
res3@trXMaxF = 2020
res3@trYMinF = 0
res3@trYMaxF = 35
res3@tmYLLabelFontHeightF=0.025
res3@tmXBLabelFontHeightF=0.025
res3@tiYAxisFontHeightF = 0.025
res3@tiXAxisFontHeightF = 0.025
res3@xyMarkLineMode="Markers"
res3@xyMarker="16"
res3@xyMarkerColor="black"
res3@tmXBMinorThicknessF=0
res3@tmYLMinorThicknessF=0
res3@tmXBMode="Explicit"
res3@tmXBValues=ispan(1950,2020,10)
res3@tmXBLabels=(/"1950","1960","1970","1980","1990","2000","2010","2020"/)
res4=True
res4@tiXAxisString="year"
;res1@xyLineColors="red"
;res1@xyLineThicknesses=5
res4@tiYAxisString="Lon(~S~o~N~N)" ;F33表示官网第33个字体表,d表示第33个字体表中的编号为的符号,S表示开始上标,N表示结束上标
res4@vpHeightF=0.35
res4@vpWidthF=0.6
;res@tiYAxisFontColor="red"
res4@trXMinF = 1950
res4@trXMaxF = 2020
res4@trYMinF = 100
res4@trYMaxF = 140
res4@tmYLLabelFontHeightF=0.025
res4@tmXBLabelFontHeightF=0.025
res4@tiYAxisFontHeightF = 0.025
res4@tiXAxisFontHeightF = 0.025
res4@xyMarkLineMode="Markers"
res4@xyMarker="16"
res4@xyMarkerColor="black"
res4@tmXBMinorThicknessF=0
res4@tmYLMinorThicknessF=0
res4@tmXBMode="Explicit"
res4@tmXBValues=ispan(1950,2020,10)
res4@tmXBLabels=(/"1950","1960","1970","1980","1990","2000","2010","2020"/)
res=True
res@xyLineThicknesses=4 |
|