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

Commit39070ae

Browse files
authored
Merge pull request#25213 from rcomer/pcolormesh-default-shading
DOC: correct default value of pcolormesh shading
2 parentsbc25f74 +7d68483 commit39070ae

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
@@ -6114,7 +6114,7 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
61146114
61156115
shading : {'flat', 'nearest', 'gouraud', 'auto'}, optional
61166116
The fill style for the quadrilateral; defaults to
6117-
'flat' or:rc:`pcolor.shading`. Possible values:
6117+
:rc:`pcolor.shading`. Possible values:
61186118
61196119
- 'flat': A solid color is used for each quad. The color of the
61206120
quad (i, j), (i+1, j), (i, j+1), (i+1, j+1) is given by

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp