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

Skip to content

Commit 14b73b7

Browse files
committed
DOC: fix intent
1 parent 6547dba commit 14b73b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5745,6 +5745,7 @@ def pcolor(self, *args, shading=None, alpha=None, norm=None, cmap=None,
57455745
shading : {'flat', 'nearest', 'auto'}, optional
57465746
The fill style for the quadrilateral; defaults to 'flat' or
57475747
':rc:`pcolor.shading`. Possible values:
5748+
57485749
- 'flat': A solid color is used for each quad. The color of the
57495750
quad (i, j), (i+1, j), (i, j+1), (i+1, j+1) is given by
57505751
``C[i, j]``. The dimensions of *X* and *Y* should be
@@ -6021,6 +6022,7 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
60216022
shading : {'flat', 'nearest', 'gouraud', 'auto'}, optional
60226023
The fill style for the quadrilateral; defaults to
60236024
'flat' or ':rc:`pcolor.shading`. Possible values:
6025+
60246026
- 'flat': A solid color is used for each quad. The color of the
60256027
quad (i, j), (i+1, j), (i, j+1), (i+1, j+1) is given by
60266028
``C[i, j]``. The dimensions of *X* and *Y* should be

0 commit comments

Comments
 (0)