default_latlon¶
-
default_latlon(self, func, *args, latlon=True, **kwargs)[source]¶ Wraps
plot,scatter,contour,contourf,pcolor,pcolormesh,quiver,streamplot, andbarbsforBasemapAxes.With the default
basemapAPI, you need to passlatlon=Trueif your data coordinates are longitude and latitude instead of map projection coordinates. Now, this is the default.