8000 ENH: allow pcolor to plot all data · matplotlib/matplotlib@766c322 · GitHub
[go: up one dir, main page]

Skip to content

Commit 766c322

Browse files
committed
ENH: allow pcolor to plot all data
1 parent a677b7d commit 766c322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5832,7 +5832,7 @@ def pcolor(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
58325832
middle of the quadrilaterals, and the edges of the quadrilaterals are
58335833
linearly interpolated.
58345834
5835-
Note: This behavior is different from MATLAB's ``pcolor()``, which
5835+
This behavior is different from MATLAB's ``pcolor()``, which
58365836
always discards the last row and column of *C*.
58375837
"""
58385838
X, Y, C = self._pcolorargs('pcolor', *args, dropdata=dropdata,

0 commit comments

Comments
 (0)
0