If it's technically feasible it would be valuable for v19 to offer an expanded set of math symbols supported by SMCL in graph text.
Code:
help graph text
sysuse auto, clear describe foreign tab1 foreign * do "/datadisk/Stata/prepare.do" * ------------------------------------------------------------------------------ recode foreign (1=0) (0=1), gen(domestic) label define domestic 0 "foreign" 1 "domestic" label values domestic domestic * do /datadisk/Stata/check_recode.do * ------------------------------------------------------------------------------ label list origin label list domestic tab2 foreign domestic * ------------------------------------------------------------------------------ * ------------------------------------------------------------------------------ describe domestic tab1 domestic
twoway (scatteri 78 74 `"{fontface flags color world:u}"', ms(i) mlabsize(50))
https://github.com/wbuchanan/readit
Comment