Skip to content

Commit

Permalink
MNT: Remove unneeded matplotlib inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Jun 23, 2024
1 parent 0c394ea commit 1e96a91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/cartopy/mpl/geoaxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,6 @@ def set_boundary(self, path, transform):
self.set_transform(transform)
self.stale = True

# Can remove and use matplotlib's once we support only >= 3.2
def set_path(self, path):
self._path = path

def _adjust_location(self):
if self.stale:
self.set_path(self._original_path.clip_to_bbox(self.axes.viewLim))
Expand Down

0 comments on commit 1e96a91

Please sign in to comment.