Hi,
I'm using
foreach x of varlist x y z {
graph bar, over(`x', label(labsize(small))) ytitle("percent") title(`x')
}
and title(`x') just writes the variable names as title. I want to use the variable labels as title. How does that work?
Thanks
-Nick
I'm using
foreach x of varlist x y z {
graph bar, over(`x', label(labsize(small))) ytitle("percent") title(`x')
}
and title(`x') just writes the variable names as title. I want to use the variable labels as title. How does that work?
Thanks
-Nick
Comment