for a line graph, I want to add marker labels showing the actual percentage at each point; this is straightforward (see code below); however, my client wants a percentage sign ("%") at the end of each such label and I don't see how to do that
Code:
twoway scatter pctacute dcyear if acute==1, msymbol(none) connect(l) xla(2002(1)2014) yti("Percent discharged to Acute Care") mlabel(pctacute) yla(0(.5)1.5)