From aecac3c9f659d8c4c187b3cff3e45d37125fe93c Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Wed, 19 Jul 2023 15:23:35 +0100 Subject: [PATCH] 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 3f84250b6495..ec9ec0a0f498 100644 --- a/lib/matplotlib/contour.py +++ b/lib/matplotlib/contour.py @@ -1805,7 +1805,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