I'm trying to change the color of just one line in my figure, featuring 4 lines. I'm fine with the default gray scale settings for all other lines, but for one line, I'd like to show it in color. What do I insert in the following snippet of code. Many thanks...
Code:
line sm5_ex3_rec1 sm5_ex3_rec2 sm5_ex3_rec3 sm5_ex3_all year_month, xtitle("Base month") ytitle("Monthly job-finding rate") ylabel(0.1(.05).4) xlabel(708(12)743, format(%tmCCYY) notick) xtick(708(3)749, add) legend(cols(2)rows(2)) title("Monthly job-finding rates for all unemployed workers," "by pre-pandemic recipiency") note("Notes: Data are not seasonally adjusted, and are smoothed using a 5-month symmetric" "triangle moving average.") saving(fig9, replace);
Comment