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