Skip to content

Commit 15e8ad0

Browse files
committed
Merge pull request #254 from jeixav/bug_pcolor_doc
Correct Matplotlib documentation reference
2 parents 6444266 + 052fd90 commit 15e8ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3370,11 +3370,11 @@ def pcolor(self,x,y,data,**kwargs):
33703370
As a result, those values will not be plotted.
33713371
33723372
If ``tri`` is set to ``True``, an unstructured grid is assumed
3373-
(x,y,data must be 1-d) and matplotlib.pyplot.tricolor is used.
3373+
(x,y,data must be 1-d) and matplotlib.pyplot.tripcolor is used.
33743374
33753375
Extra keyword ``ax`` can be used to override the default axis instance.
33763376
3377-
Other \**kwargs passed on to matplotlib.pyplot.pcolor (or tricolor if
3377+
Other \**kwargs passed on to matplotlib.pyplot.pcolor (or tripcolor if
33783378
``tri=True``).
33793379
33803380
Note: (taken from matplotlib.pyplot.pcolor documentation)

0 commit comments

Comments
 (0)