Skip to content

Commit

Permalink
Merge pull request #1555 from mhearne-usgs/clabelfix
Browse files Browse the repository at this point in the history
Now returning the list of Text instances from parent class clabel() m…
  • Loading branch information
QuLogic authored May 9, 2020
2 parents 4f29154 + 9b0ac36 commit 47ec03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cartopy/mpl/contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ def clabel(self, *args, **kwargs):

# Now that we have prepared the collection paths, call on
# through to the underlying implementation.
super().clabel(*args, **kwargs)
return super().clabel(*args, **kwargs)

0 comments on commit 47ec03f

Please sign in to comment.