Skip to content

DOC: contourf antialiased default #26354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

rcomer
Copy link
Member

@rcomer rcomer commented Jul 19, 2023

PR summary

If I understand the code, the default antialiased setting for filled contours is False.

if antialiased is None and filled:
# Eliminate artifacts; we are not stroking the boundaries.
antialiased = False

This discrepancy in the docs pre-dates the recent changes to ContourSet.

PR checklist

@rcomer rcomer added this to the v3.7.3 milestone Jul 19, 2023
@QuLogic QuLogic merged commit 22fd053 into matplotlib:main Jul 26, 2023
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Jul 26, 2023
@rcomer rcomer deleted the contourf-antialiased-default branch July 26, 2023 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants