Does anyone know if it's possible to horizontally align subscripts and superscripts using text elements in Stata graphs?
Specifying
results in (understandably) the "2" superscript appearing to the northeast of the "j,k" subscript. My goal would be to have "2" appear above the "j".
Thanks in advance for any suggestions.
Code:
help graph_text
Code:
...ti("y{sub:j,k}{sup:2}")...
Thanks in advance for any suggestions.
Comment