Hello I produced this graph from this code
However I would like to change the green line to a solid black line.
I would like to change the dot to a dashed black line
The aim is to label the reference lines.
I don't want labels on the graph as it looks cluttered.

Code:
qnorm nobaby, xline(1.2, lc(black) lw(medthick)) xline(0.74, lc(black) lw(medthick)) xline(0.59, lc(black) lp(dash) lw(medthick)) legend (order(1 " study Population" 2 "oLD Ratio") col(1) pos(5) on)
I would like to change the dot to a dashed black line
The aim is to label the reference lines.
I don't want labels on the graph as it looks cluttered.
Comment