I would like to show unfilled above filled without changing the order of the plotting commands (one reason is that for consistency reasons I do not want to change the colors of the objects and want to use the standard colors)
At the moment I have like ten series in one graph and it helps that each of them is at the same position for each graph. Also I’d like to not change to order of the legend. So it would be nice to not need to change the order of plotting commands but yeah, the color parameter almost does it
Looks like it’s not as simple as I seemed to remember. Reordering your plot! calls is probably simpler. Note that you don’t have to change the order the legend is displayed (it will be displayed in the order of the elements in the labels keyword argument).