Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6547dba commit 14b73b7Copy full SHA for 14b73b7
lib/matplotlib/axes/_axes.py
@@ -5745,6 +5745,7 @@ def pcolor(self, *args, shading=None, alpha=None, norm=None, cmap=None,
5745
shading : {'flat', 'nearest', 'auto'}, optional
5746
The fill style for the quadrilateral; defaults to 'flat' or
5747
':rc:`pcolor.shading`. Possible values:
5748
+
5749
- 'flat': A solid color is used for each quad. The color of the
5750
quad (i, j), (i+1, j), (i, j+1), (i+1, j+1) is given by
5751
``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,
6021
6022
shading : {'flat', 'nearest', 'gouraud', 'auto'}, optional
6023
The fill style for the quadrilateral; defaults to
6024
'flat' or ':rc:`pcolor.shading`. Possible values:
6025
6026
6027
6028
0 commit comments