Hey guys, this might be a really silly question. I'm trying to plot density plots of two groups (see attached). The x axis automatically goes from -400 to 400, but when I set the xlabel from -200 to 400, it still shows the portion of the graph that's less than -200 and the axis looks weird. How do I configure this graph so the x-axis truly starts at -200?
Code:
line fx0 fx1 x, sort ytitle(Density) xlabel(-200 400)
Code:
line fx0 fx1 x, sort ytitle(Density) xlabel(-200 400)

Comment