Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: graph pie with variable label as title
From
Nick Bornschein <[email protected]>
To
[email protected]
Subject
Re: st: graph pie with variable label as title
Date
Fri, 07 Mar 2014 12:15:56 +0100
The Syntax I use is:
foreach x of varlist cl_1a-generation {
graph pie, over(`x') title (xxx) plabel(_all percent,
format("%4.1f") size(large) gap(-15))
graph export "Cluster_`x'.png", replace
}
I want to add the label of each variable I use in the option "title (xxx)".
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/