hello everyone,

I am new to Stata and have a question with regard to variable creation. I am trying to label the axis using the actual province abreviations rather than the designated number in the data sheet. the code I am using is:

keep prov hrlyearn
label define provincelables 10 "NL" 11 "PEI" 12 "NS" 13 "NB" 24 "QC" 35 "ON" 46 "MB" 47 "SK" 48 "AB" 59 "BC"
graph twoway scatter hrlyearn prov

This code generates the graph but has the provinces numbers along the axis rather than the abreviations