求助。
在画雷达图时,做了一国某指标的分解,分三个时间段。注释中向注明每个时间段的分解结果,因此三行注释,每行注释的颜色想不同。一直没法解决,求助各位大佬。
以下为原代码:
radar axis2 IND1995 IND2003 IND2011, title(India Multiplicative Effect) lc(dkorange teal ltblue) ///
lp(solid solid solid) rlabel(0.6 1.0 1.4 1.8 2.2 2.6) labsize(*0.7) axelw(*0.2) legend(label(1 "1995-2002") ///
label(2 "2003-2010") label(3 "2011-2018") row(1) size(*0.8)) ///
aspect(1) graphregion(color(white)) graphregion(m(zero)) xsize(4) ysize(4) plotregion(style(none)) ///
note("{stSerif:Dtot = 0.955 = 0.997*0.975*1.153*0.852}", ring(0) size(vsmall) pos(4) color(dkorange)) ///
note("{stSerif:Dtot = 0.955 = 0.997*0.975*1.153*0.852}", size(vsmall) ring(0) pos(4) color(dkorange)) ///
note("{stSerif:Dtot = 1.444 = 1.023*0.992*2.263*0.629}", suffix ring(0) size(vsmall) pos(4) color(teal) ) ///
note("{stSerif:Dtot = 0.951 = 0.997*1.050*1.246*0.733}", suffix ring(0) size(vsmall) pos(4) color(ltblue))
目前画出来的图如下: