default_latlon

default_latlon(self, func, *args, latlon=True, **kwargs)[source]

Wraps plot, scatter, contour, contourf, pcolor, pcolormesh, quiver, streamplot, and barbs for BasemapAxes. With the default basemap API, you need to pass latlon=True if your data coordinates are longitude and latitude instead of map projection coordinates. Now, this is the default.