Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aecac3c

Browse files
authored
DOC: contourf antialiased default
1 parent f08ff36 commit aecac3c

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)