Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: legend border


From   Thomas Gschwend <[email protected]>
To   [email protected]
Subject   st: legend border
Date   Fri, 03 Aug 2007 09:43:32 +0200

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/




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index