Created
November 6, 2020 22:05
-
-
Save brinnaebent/ce985bf52d272d08182fcf3bb7787efb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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