01Apr 2015 Reset color cycle on matplotlib by Andrew Wilson This python snippet is useful to reset the color cycle on matplotlib plots: plt.gca().set_prop_cycle(None) Posted in: Python ⋅ Tagged: matplotlib, Python