Can someone point me to the scheme entries that control the line color or line width of rarea plots so I can make this behavior the default in my marginsplots?
Code:
sysuse auto regress mpg weight margins, at(weight=(1800(25)4825)) marginsplot, recast(line) recastci(rarea) ciopts(fcolor(*.5)) name(g1) marginsplot, recast(line) recastci(rarea) ciopts(fcolor(*.5) lcolor(%0)) name(g2)
Graph G1:
Graph G2:
Array
Best,
Alan
0 Response to Help with scheme entries affecting rarea plots using marginsplot
Post a Comment