Category "matplotlib-basemap"

How to show the labels of each scatter point in a basemap?

This is my code: fig = plt.figure(figsize=(12, 8), dpi=300) m = Basemap(width=20000,height=15000,resolution='c',projection='lcc',lon_0=-0.09,lat_0=51.49) m.dr

Calculate the non-projected area inside a contour line created by Basemap

I am currently trying to determine the area inside specfic contour lines on a Mollweide map projection using Basemap. Specifically, what I'm looking for is the