Possible Duplicate:
Can i cycle through line styles in matplotlib
matplotlib - black & white colormap (with dashes, dots etc)
I'm using matplotlib (python) and I am plotting several lines on a single plot.
By default, python is assigning a different color to each line, but I want it to assign different line types and just use black for all of them.
I know I could make a list of different line types and use them, but that involves grabbing all the line types and adding them to each script I want to plot multiple lines with. I figure there has to be an automatic way.