Try the following: >>> ax = pylab.axes() >>> ax.set_color_cycle(['green', 'orange', 'blue', 'red','brown','pink']) >>> ax.plot(x1, y1) >>> ax.plot(x2, y2) >>> Jake