Skip to content

Instantly share code, notes, and snippets.

@santiagocasas
Created March 16, 2020 23:28
Show Gist options
  • Save santiagocasas/5a3055aa0470d3aee189cdf5c8c248f9 to your computer and use it in GitHub Desktop.
Save santiagocasas/5a3055aa0470d3aee189cdf5c8c248f9 to your computer and use it in GitHub Desktop.
colors
color_list = plt.cm.Set1( np.linspace(0.,1.0, 9 ) )
color_iter = iter(color_list)
...
...
col=next(color_iter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment