Dear all,

How do I force the gray area to be above the yellow areas in the graph below?

Code:
clear
set obs 100
gene x = runiform()
gene y = runiform()
twoway (scatter x y), xline(0.5(0.001)0.6, lcolor(black*0.25))  yline(1(0.001)2 0.5(0.001)0.6, lcolor(gold*0.40))
I have been searching for similar questions, but the closest one was this one:

https://stackoverflow.com/questions/...ots-in-a-graph

Any suggestions? Perhaps more efficient ways to create the shaded area?

All the best,

Tiago