I have various points saved in a GeoDataFrame gdf
.
I want to plot these points on an image (of the world), that comes with matplotlib
via stock_img()
.
I thought this would be straight forward, but I only get one point plotted on the image, not all of them (there should be 105).The data can be downloaded here