I am using matplotlib.animation
to animate changes in position of multiple points over time on matplotlib.Basemap
map.
I have got it working for me for basic points, but I have been trying to plot the points as images, let's say a (like was explained here) and include a legend which displays the day count for each day being plotted.
When I attempt to plot the points as images, I get the following error:
AttributeError: 'AnnotationBbox' object has no attribute 'set_data'
How does one set the data for such an object?