I often have to print out graphs on a black and white printer and if I want to show different datasets on the same graph the default different colours used by matplotlib doesn't help me.
Is there a way to change the matplotlib defaults to cycle through a range of different variations of dashed lines, as often seen in technical publications, instead of cycling through different colored lines?
I would greatly appreciate help on this.