Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ca4e28

Browse files
committed
ENH: allow pcolor to plot all data
1 parent440d616 commit2ca4e28

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)

[8]ページ先頭

©2009-2025 Movatter.jp