I have two problems that I'm trying to tackle at once.
I have a loop that plot on the same figure two cuvres of the same color at each iteration, one normal and one dashed.
I would want my legend to only have the normal lines (dashed curves are interpolated data, it means the same thing so there is no use for it to be in the legend). I can't use handles because I'm in a loop but I can't ignore legend entries because I don't have the handles.
If someone could provide me with a solution (without the use of handles if possible) that would be really great, thank you.