Skip to content

Commit 22fd053

Browse files
authored
Merge pull request #26354 from rcomer/contourf-antialiased-default
DOC: contourf antialiased default
2 parents 6fba64a + aecac3c commit 22fd053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@ def _initialize_x_y(self, z):
18051805
18061806
antialiased : bool, optional
18071807
Enable antialiasing, overriding the defaults. For
1808-
filled contours, the default is *True*. For line contours,
1808+
filled contours, the default is *False*. For line contours,
18091809
it is taken from :rc:`lines.antialiased`.
18101810
18111811
nchunk : int >= 0, optional

0 commit comments

Comments
 (0)