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

Skip to content

Commit d432b72

Browse files
committed
FL8
1 parent 14b73b7 commit d432b72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6022,7 +6022,7 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
60226022
shading : {'flat', 'nearest', 'gouraud', 'auto'}, optional
60236023
The fill style for the quadrilateral; defaults to
60246024
'flat' or ':rc:`pcolor.shading`. Possible values:
6025-
6025+
60266026
- 'flat': A solid color is used for each quad. The color of the
60276027
quad (i, j), (i+1, j), (i, j+1), (i+1, j+1) is given by
60286028
``C[i, j]``. The dimensions of *X* and *Y* should be

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ def validate_webagg_address(s):
10321032
'markers.fillstyle': ['full', validate_fillstyle],
10331033

10341034
## pcolor(mesh) props:
1035-
'pcolor.shading': ['flat', validate_string], # auto, flat, nearest, gouraud
1035+
'pcolor.shading': ['flat', validate_string], # auto,flat,nearest,gouraud
10361036

10371037
## patch props
10381038
'patch.linewidth': [1.0, validate_float], # line width in points

0 commit comments

Comments
 (0)