hi I have stata 17.0 , I'm using -set scheme white_jet-
but I get 2 dark blue lines, how to I change the colour to a red colour for females

or perhaps it may be easier to change it to the scheme stata help uses , here's a screen shot of the graph on stata help, do you know what the code is for this scheme:
but I get 2 dark blue lines, how to I change the colour to a red colour for females
Code:
ologit osteoperosis i.sex i.age_cat margins age_cat, over(sex) predict(outcome(3)) marginsplot, /// recast(line) /// xdimension(age_cat) /// ytitle("Predicted Probability") /// title("Risk of Osteoporosis by Age Category and Sex") /// xlabel(, angle(45))
Comment