Skip to content

Instantly share code, notes, and snippets.

@brinnaebent
Created November 6, 2020 22:05
Show Gist options
  • Save brinnaebent/ce985bf52d272d08182fcf3bb7787efb to your computer and use it in GitHub Desktop.
Save brinnaebent/ce985bf52d272d08182fcf3bb7787efb to your computer and use it in GitHub Desktop.
yearlist = np.sort(data['year'].unique())
imageio.mimsave('./yearmap.gif', [plot_map_gif(y) for y in yearlist], fps=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment