Hello colleagues,

How can I make twoway line graph across grouping variable on the same figure?
For instance, when I use the following command, I will get separate graphs by grouping variable. But I want to get all of them in the same figure,

Code:
 webuse nlswork.dta
twoway line ln_wage year if (idcode ==1 | idcode ==45 | idcode ==118), by(race)