-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
unable to pickle.load an AxesSubplot object #3986
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
Are you loading a pickle file created with the same version of matplotlib? Can you provide the code to reproduce. Thanks. |
Yes. The same version of matplotlib. The code is exactly the one listed here: |
I can't reproduce the problem; with matplotlib 1.4.0, Anaconda 2.1.0, on OSX, if I cut and paste the code on that page as instructed, it works perfectly. |
I solved this issue in Jupyter notebooks, not Anaconda, using
That is, this is ipython code, not python code. |
This bug report doesn't involve notebooks. It's also 4 years old and closed. Your workaround may be helpful to you, but it's not really relevant here. |
Actually, the Moreover, the bug was closed because it couldn't be reproduced. So anyone who googles this error and gets to this page, now at least has a lead. |
Python 2.7.9 :: Anaconda 2.1.0 (64-bit)
Matplotlib 1.4.0
On an example code from http://stackoverflow.com/questions/7290370/store-and-reload-matplotlib-pyplot-object getting a following exception on pickle load.
The text was updated successfully, but these errors were encountered: