default_transform¶
-
default_transform(self, func, *args, transform=None, **kwargs)[source]¶ Wraps
plot,scatter,contour,contourf,pcolor,pcolormesh,quiver,streamplot,barbs,tripcolor,tricontour, andtricontourfforGeoAxes.With the default
GeoAxesAPI, you need to passtransform=cartopy.crs.PlateCarree()if your data coordinates are longitude and latitude instead of map projection coordinates. Now, this is the default.