Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a660f2d

Browse files
authored
Merge pull request #25217 from meeseeksmachine/auto-backport-of-pr-25213-on-v3.7.x
Backport PR #25213 on branch v3.7.x (DOC: correct default value of pcolormesh shading)
2 parents 4240c67 + 61b9a0d commit a660f2d

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

0 commit comments

Comments
 (0)