你们好,我在做因子分析的时候需要用一下得分图,给买个圆点旁边加标签文字,并且设定文字方位,可是发现我设的好像不管用
所有文字还是按照默认的位置在黑点旁边正右边显示。请问哪里错了?因为我不知道mlabvp(pos)对不对,改成了mlabp(pos)之后文字位置是变了,但也不是按照我设置的位置显示的。
gen pos=3
replace pos=1 if area=="甘肃"
replace pos=10 if area=="青海"
replace pos=1 if area=="海南"
replace pos=9 if area=="上海"
replace pos=9 if area=="四川"
replace pos=9 if area=="广西"
replace pos=5 if area=="湖北"
scoreplot,xtitle("收入因子") ytitle("投资、社会因子") ///
mlabel(area) mlabvp(pos) yline(0) xline(0) /*得分图*/