-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Matplotlib simple case memory leak #3892
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
Comments
I think you should submit this to the pandas tracker, not here. The plotting is being done by pandas. |
try |
Thank you very much for your answers ! |
@alexis0587 Can you post a reference to that pandas issue? |
Fore sure! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SO : http://stackoverflow.com/questions/27295220/matplotlib-simple-case-memory-leak-with-pandas
Seems to be a leak memory bug with pyplot.
Simple case here :
And the output is (memory error as of i=6):
Graph of the memory for the computer from launch the script to breack and to kill the console.

The text was updated successfully, but these errors were encountered: