Python: Axis disappearing in figure when animating with celluloid
问题 I am using celluloid (https://github.com/jwkvam/celluloid) to plot a function over several years and i love it so far, it works great! I have one small problem though, the edges of my plot disappear after the first loop. I have attached images of how this looks. First loop: Second loop: As you can see the axis has disappeared. I am using cartopy and matplotlib in jupyter notebook and this is my code for the animation: # Use 'Agg' so script only displays animation in HTML import matplotlib