Hi list,

Code:
webuse auto,clear
replace rep78=-1*rep78 if foreign==1
scatter rep78 trunk,ysc(r(-5 5)) ylabel(-5(2)5) yla(, ang(h))
Array

Someone told me that the negative sign on the y-axis is a hyphen and asked me to change it to en-dash (see below for how en-dash looks different from hyphen in Word), but I cannot figure out how to do it in Stata.

Thank you!

Array