-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[BUG] Exception when property of patched_fig is viewed #2512
Comments
Right, you can’t read from the prop this way, only write. We do have an open issue somewhere to support the kind of query-targeted updates you’re suggesting but it hasn’t been worked on yet. I suppose we could override |
This create an infinite loop, should implement |
Yes that would help. |
Raise error when iterating over patch objects.
I know that it is currently not supported to view properties of
patch_fig=Patch()
but when e.g. iterating over trace names like so:no exception or error message is thrown but an endless stream of
This is not exactly intended right?
I got there by trying to delete a trace of patched_fig by its name which otherwise appears not be possible (or is it?)
The text was updated successfully, but these errors were encountered: