Example code:
Code:
set obs 200
gen indicator = uniform()<=0.5
gen y = _n
twoway (area indicator y)
As you can see, the lines get "thin" as they move up on the y-axis. Is there any way to change that? Array