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

Skip to content

Commit 1fc248e

Browse files
authored
fix default value for shading in docstring
1 parent f865d8d commit 1fc248e

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
@@ -5643,7 +5643,7 @@ def pcolor(self, *args, shading=None, alpha=None, norm=None, cmap=None,
56435643
rectangular grid.
56445644
56455645
shading : {'flat', 'nearest', 'auto'}, optional
5646-
The fill style for the quadrilateral; defaults to 'flat' or
5646+
The fill style for the quadrilateral; defaults to 'auto' or
56475647
:rc:`pcolor.shading`. Possible values:
56485648
56495649
- 'flat': A solid color is used for each quad. The color of the

0 commit comments

Comments
 (0)