When using the filling function in Mathematica, I would like to change the style of the edge line in a way that it has a) the same color like the filling/no edge line b)it will be below/covered by another curve that frames the filling as an edge line.
Current code for the filling is as follows:
fill1 = Plot[{demand1[t1], demand1[t34]}, {t1, 0, t34},
Filling -> {1 -> {2}},
FillingStyle -> Directive[LightGray]];
EDIT: I have adjusted my second question (now marked bold) since it was not clear in the first version and inserted a screenshot with the "remaining" problem