请选择 进入手机版 | 继续访问电脑版
1366 3

[问答] 关于画图时出现的error [推广有奖]

  • 0关注
  • 0粉丝

讲师

2%

还不是VIP/贵宾

-

威望
0
论坛币
276 个
通用积分
0
学术水平
10 点
热心指数
11 点
信用等级
7 点
经验
217 点
帖子
100
精华
0
在线时间
620 小时
注册时间
2014-10-9
最后登录
2020-11-8

20论坛币
ERROR: The parameter value 0 is not within the required range of 1 and 200. Using default min width of 1;
程序是:
ods rtf file="&root.output\graphs\f-12.rtf" style=&graphstyle. nogtitle nogfootnote;
proc sgplot data=_forest4 noautolegend;
   scatter y=study2value  x=average       / markerattrs=graphdata2(symbol=diamondfilled size=10);                                            
   scatter y=studyvalue   x=average       / xerrorupper=max2   xerrorlower=min2 markerattrs=graphdata1(symbol=squarefilled size=3);            
   vector  x=x2           y=studyvalue    / xorigin=x1         yorigin=studyvalue lineattrs=graphdata1(thickness=8) noarrowheads;                             
   scatter y=studyvalue   x=avg           / markerchar=means2  x2axis;                                                                             
   scatter y=studyvalue   x=_min          / markerchar=min     x2axis;                          
   scatter y=studyvalue   x=_max          / markerchar=max     x2axis;                                                                                
   xaxis   type=linear       offsetmin=0.01     offsetmax=0.35      min=0 max=70 minor display=(nolabel) ;                                                
   x2axis  offsetmin=0.7    offsetmax=0.03 display=(noticks nolabel);                                                                                      
   yaxis   display=(noticks nolabel)      offsetmin=0.071 offsetmax=0.035 values=(1 to &count by 1);  
run;

很纳闷,有大神可以解答吗?

最佳答案

l1i2n3i4n5g 查看完整内容

min=0改成min=1试试看
关键词:Error err Parameter required footnote
l1i2n3i4n5g 在职认证  发表于 2018-4-13 16:22:18 |显示全部楼层 |坛友微信交流群
min=0改成min=1试试看

使用道具

噐岊芈燊 发表于 2018-4-13 16:30:33 |显示全部楼层 |坛友微信交流群
请问这是那种语言代码?

使用道具

l1i2n3i4n5g 发表于 2018-4-16 09:04
min=0改成min=1试试看
试过了,现在找出了原因,就是没有贴出来的程序里有一个语句的format有问题,可是这个format是仿照例子上改的,所以现在虽然找出问题但还是不会解决 [biggrin]

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-3-29 02:02