Skip to content

Commit 666f756

Browse files
authored
default shading is :rc:pcolor.shading
1 parent 1fc248e commit 666f756

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5642,9 +5642,8 @@ def pcolor(self, *args, shading=None, alpha=None, norm=None, cmap=None,
56425642
expanded as needed into the appropriate 2D arrays, making a
56435643
rectangular grid.
56445644
5645-
shading : {'flat', 'nearest', 'auto'}, optional
5646-
The fill style for the quadrilateral; defaults to 'auto' or
5647-
:rc:`pcolor.shading`. Possible values:
5645+
shading : {'flat', 'nearest', 'auto'}, default: :rc:`pcolor.shading`
5646+
The fill style for the quadrilateral. Possible values:
56485647
56495648
- 'flat': A solid color is used for each quad. The color of the
56505649
quad (i, j), (i+1, j), (i, j+1), (i+1, j+1) is given by

0 commit comments

Comments
 (0)