Hi there, I would like to create a graph with two lines one for each condition. This is what I tried:

graph twoway (line mean_BARTAdj weekday_ordered if origin_condition==0, line mean_BARTAdj weekday_ordered if origin_condition==1)