8000 Merge pull request #25213 from rcomer/pcolormesh-default-shading · fjosw/matplotlib@39070ae · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 39070ae

Browse files
authored
Merge pull request matplotlib#25213 from rcomer/pcolormesh-default-shading
DOC: correct default value of pcolormesh shading
2 parents bc25f74 + 7d68483 commit 39070ae

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)
0