[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: legend border
I am working with Stata/SE 9.2 and try to produce graphs with a legend.
But I need to remove the borders. I tried -region(lcolor(none))- and
-region(lstyle(none))- without success. However, a tiny greyish border
still remains.
Here is an example:
sysuse uslifeexp, clear
#delimit ;
line le_male le_female year,
legend(region(lcolor(none)))
graphregion(color(white));
#delimit cr
#delimit ;
line le_male le_female year,
legend(region(lstyle(none)))
graphregion(color(white));
#delimit cr
Does anybody have an idea of how to completely remove the borders of
such a legend?
Any help is greatly appreciated,
Thomas
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/