default_latlon

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

Makes latlon=True the default for basemap plots. This means you no longer have to pass latlon=True if your data coordinates are longitude and latitude.

Note

This function wraps plot, scatter, contour, contourf, pcolor, pcolormesh, quiver, streamplot, and barbs for BasemapAxes.