- 积分
- 3197
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-11-9
- 最后登录
- 1970-1-1
![[礼乐王出世] 粉丝数:4 微博数:24 新浪微博达人勋](source/plugin/sina_login/img/light.png)
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
begin
dev = asciiread("./dev.txt",-1,"float")
opt = True
opt@bin_min = -20.
opt@bin_max = 20.
opt@v510 = True
a = pdfx(dev,0,opt)
wks = gsn_open_wks ("X11","PDF")
res = True
res@xyLineThicknessF = 2.
res@xyLineColors = "blue"
res@xyDashPatterns = "dash"
plot = gsn_csm_xy (wks, a@bin_center, a, res)
res1 = True
res1@tmXBLabelStride = 4
res1@gsnHistogramBinIntervals = ispan(-20,20,1)
mplot = gsn_histogram(wks,dev,res1)
overlay(plot,mplot)
draw(plot)
frame(wks)
end
合成图图片后出现问题,觉得应该是坐标的原因,但是不知道怎么解决 求大神指导
|
|