Skip to content

Commit

Permalink
DOC: Remove old information in docstring.
Browse files Browse the repository at this point in the history
_pcolormesh_patched is no longer used as a workaround for anything.

Closes #992.
  • Loading branch information
QuLogic committed Nov 8, 2018
1 parent 7d1aa48 commit b6b89d9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/cartopy/mpl/geoaxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,12 +1448,11 @@ def pcolormesh(self, *args, **kwargs):

def _pcolormesh_patched(self, *args, **kwargs):
"""
A temporary, modified duplicate of
:func:`~matplotlib.pyplot.pcolormesh'.
A modified duplicate of :func:`~matplotlib.pyplot.pcolormesh'.
This function contains a workaround for a Matplotlib issue
and will be removed once the issue has been resolved.
https://github.com/matplotlib/matplotlib/pull/1314
This function contains patches for Cartopy-specific behaviour, such as
using the transform for limit checks, applying longitude wrapping, etc.
See PATCH comments below.
"""
import warnings
Expand Down

0 comments on commit b6b89d9

Please sign in to comment.