-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Bug]: Crash in Windows 10 if polar axis lim is lower than lowest data point. #26765
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
Labels
Milestone
Comments
This appears to be an infinite loop in Agg;
|
It looks like some NaN are getting through to Agg, which is producing some bad behaviour:
I think in most cases, we ignore segments of paths that have a NaN, so we should be doing the same for such triangles. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug summary
This example causes matplotlib to silently crash on Windows, but not on Mac. The example below is a minimal example. Looks like important detail is that the data extends below the radial axis minimum limit.
I have another bug related to log scale polar axes, these might be related:
#26485
Code for reproduction
Actual outcome
Plot window briefly shows, then disappears. I tried a couple version of Python and three backends. Crash occurs on plt.show or plt.savefig
Expected outcome
Plot displays. (works on Mac)
Additional information
No response
Operating system
No response
Matplotlib Version
3.7.3
Matplotlib Backend
QtAgg
Python version
3.8
Jupyter version
No response
Installation
pip
The text was updated successfully, but these errors were encountered: