-
Notifications
You must be signed in to change notification settings - Fork 287
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
Antialiased contourf plot shows unexpected artifacts #4086
Comments
@jamesp What version of |
The antialiased artifact (additional contour) is present on all stack versions since Iris 1.13. I've tested on matplotlib 2.2.3 and 3.3.4, both show the same additional contour. Setting I've tried to create a standardised test that reproduces the issue, but haven't achieved it yet, there does appear to be something pathological about the input data |
🐛 Bug Report
When plotting an iris cube with
contourf
in some circumstances an additional contour is shown. This appears to be related to the logic included by theantialiased
option iniris.plot.contouf
.How To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Antialiased data should not show additional artifacts when plotting.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: