-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Pickled Figure Loses sharedx Properties #4827
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'm also affected by this issue. Any progress or good workarounds? |
Sharex is implemented by holding a reference to the other We do not officially encourage using pickle objects to serialize figures, the 'official' way is the function that you used to generate the figure. |
I implemented a work around by pickling a custom python dictionary stuffed On Wed, Mar 2, 2016, 2:19 PM Thomas A Caswell [email protected]
|
@lugi5720 That is a preferred way |
I am storing pickled Figures for plotting at later time but for some reason the sharedx property keeps getting lost on the 2nd (unpickled) figure. Execute the code below for a quick example. Is there a way to reset the shared x property? There is PR 1312 that talks about a potential unshare_x_axes function but there doesn't really appear to be a setting function either. This may actually be two problems though since the pickle should also maintain the sharedx property.
The text was updated successfully, but these errors were encountered: