-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Bug Fix - Polar plot rectangle patch not transformed correctly (#8521) #10488
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
Conversation
…erpolation steps prior to drawing
Does this address #9265 and the reasons we reverted the original fix? |
This is effectively the same as #8539 (which was reverted), though perhaps a bit better, but it still breaks the radar axes example. |
With the slightly cleaner implementation, maybe the radar example could override |
May I know what's the expected output for radar chart? |
@MeowsterEric See the expected outcome in #9261 :) |
Thanks. I will take a look. |
What's the preferred image comparison tolerance value? |
The preferred image tolerance is 0. Make sure you have build Matplotlib correctly for image comparison tests and then you can copy the result of the test as the expected image. Please also add |
PR Summary
Fixed rectangle patch not transformed correctly in polar plot #8521.
_interpolation_steps field should be revised to new value in PolarAxes instead of using default value (1).
PR Checklist