How can I add the contents of a variable to a graph title? I work
with data like this:
country year total male female
Albania 1999 20 15 25
Algeria 2000 10 15 5
Angola 2000 30 35 25
The following commands produce bar graphs for individual countries.
levels country, local(countries)
foreach c of local countries {
graph bar total male female if country=="`c'", title("`c'")
}
The title contains the country name and I would like to add the year,
as in "Albania 1999." This looks like a trivial problem but I cannot
find a solution.
Thank you for your help.
Friedrich Huebler
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
*
* 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/