-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Can't copy.deepcopy a Plotly figure #1165
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
Thanks for the report. Copying / pickling figures directly isn't possible yet, but it will happen eventually. In the meantime, you can accomplish a deep copy with |
Okay, thanks for the info! I found a work-around for my use-case, but will leave this open for future people who get caught up on this. |
Done in #1191 |
@jonmmease I see that you did the modifications but I still don't get to deep copy Matplotlib figures with: copy.deepcopy Are those modifications available already ? |
Hi @shllgtca, these changes (and this repository) are for the |
ops, sorry @jonmmease for the confusion, thanks! |
This does not work:
and gives the following error:
I am using
plotly==3.1.0
andPython==3.7.0
The text was updated successfully, but these errors were encountered: