From 61b9a0d134b08636be0992d38fb34fe822973c64 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Tue, 14 Feb 2023 10:02:22 -0800 Subject: [PATCH] Backport PR #25213: DOC: correct default value of pcolormesh shading --- lib/matplotlib/axes/_axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 9129e83ac008..5593b58b9b6c 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -6113,7 +6113,7 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None, shading : {'flat', 'nearest', 'gouraud', 'auto'}, optional The fill style for the quadrilateral; defaults to - 'flat' or :rc:`pcolor.shading`. Possible values: + :rc:`pcolor.shading`. Possible values: - 'flat': A solid color is used for each quad. The color of the quad (i, j), (i+1, j), (i, j+1), (i+1, j+1) is given by