Hi,
I'm constructing graphs in a loop and want to set the ytitle to the variable label not the variable name. I also want to change the size of the letters. So, right now I use
ytitle("`var2'", size(medlarge)) in the loop over all var2, but I want to use "label of var2" instead. How can I do this?
Thanks!
I'm constructing graphs in a loop and want to set the ytitle to the variable label not the variable name. I also want to change the size of the letters. So, right now I use
ytitle("`var2'", size(medlarge)) in the loop over all var2, but I want to use "label of var2" instead. How can I do this?
Thanks!
Comment