From b0c84d26a6f6b305c32a56176f066a4f5607676c Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 25 Jul 2023 21:27:01 -0400 Subject: [PATCH] Backport PR #26354: DOC: contourf antialiased default --- lib/matplotlib/contour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/contour.py b/lib/matplotlib/contour.py index 6200f6a900ad..ecb2547c8bf1 100644 --- a/lib/matplotlib/contour.py +++ b/lib/matplotlib/contour.py @@ -1693,7 +1693,7 @@ def _initialize_x_y(self, z): antialiased : bool, optional Enable antialiasing, overriding the defaults. For - filled contours, the default is *True*. For line contours, + filled contours, the default is *False*. For line contours, it is taken from :rc:`lines.antialiased`. nchunk : int >= 0, optional