Hi,
I'm trying to make a very basic graph bar with an yline. See the code below for a reproducible example:
Here is the graph I get :

I want the yline to be over the bars, not behind it. I've tried adjusting the opacity, but it doesn't work.
Any idea?
I'm trying to make a very basic graph bar with an yline. See the code below for a reproducible example:
Code:
sysuse auto dataex make price mpg rep78 in 1/5 graph bar price, over(foreign) yline(4000, lcolor(red))
I want the yline to be over the bars, not behind it. I've tried adjusting the opacity, but it doesn't work.
Any idea?
Comment