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