I have trouble with the Greek letter tau in graph titles.
Running
Code:
sysuse auto.dta, clear scatter price mpg, title("This is {&tau}")
Strangely, when I try with beta, I do get the Greek beta. Running the following works perfectly.
Code:
sysuse auto.dta, clear scatter price mpg, title("This is {&beta}")
Thanks
0 Response to Problem with Greek letters in graphs
Post a Comment