Skip to content

Commit 9c74cb0

Browse files
committed
wrappers.py docs cleanup
1 parent 6976ffa commit 9c74cb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

proplot/wrappers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def _load_objects():
9090
def default_latlon(self, func, *args, latlon=True, **kwargs):
9191
"""
9292
Wraps %(methods)s for `~proplot.axes.BasemapAxes`.
93-
9493
With the default `~mpl_toolkits.basemap` API, you need to pass
9594
``latlon=True`` if your data coordinates are longitude and latitude
9695
instead of map projection coordinates. Now, this is the default.
@@ -101,7 +100,6 @@ def default_latlon(self, func, *args, latlon=True, **kwargs):
101100
def default_transform(self, func, *args, transform=None, **kwargs):
102101
"""
103102
Wraps %(methods)s for `~proplot.axes.GeoAxes`.
104-
105103
With the default `~cartopy.mpl.geoaxes.GeoAxes` API, you need to pass
106104
``transform=cartopy.crs.PlateCarree()`` if your data coordinates are
107105
longitude and latitude instead of map projection coordinates. Now,

0 commit comments

Comments
 (0)