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

Skip to content

Not more than 499 figures? (win 7 64 bit, matplotlib 1.0.1) #870

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

Closed
sommerc opened this issue May 15, 2012 · 2 comments
Closed

Not more than 499 figures? (win 7 64 bit, matplotlib 1.0.1) #870

sommerc opened this issue May 15, 2012 · 2 comments

Comments

@sommerc
Copy link

sommerc commented May 15, 2012

import matplotlib.pylab as plt

for x in xrange(501):
fig = plt.figure()
print x

segfaults in the last iteration. Do you experience the same?

@mdboom
Copy link
Member

mdboom commented May 15, 2012

There is a known bug that matplotlib leaks file handles on Windows. This has (to the best of my knowledge as a non-Windows user), been fixed for Python 2.x by #798. This is not currently in any released version of matplotlib, unfortunately, but it will make it into the next bugfix release.

@mdboom mdboom closed this as completed May 15, 2012
@sommerc
Copy link
Author

sommerc commented May 15, 2012

Cheers, thx for your great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants