-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
opts magic inheritance cmap #646
Comments
I can't tell the difference between your two examples. Presumably you meant:
in the second example. If so that's a bug propagating the custom options correctly and probably originates in the Edit: Just went through the logic in that method and as far as I can tell it definitely originates there. It creates a new custom tree using the specification passed in via the magic rather than traversing the object to get the full type.group.label spec of all the Elements that the custom options apply to. So it ends up making a copy of the |
@jlstevens says: yes, it is fine to assign it to him and you are right that the example is wrong (your version is right) |
It's a pretty tricky problem and I know roughly how to fix it but actually implementing the correct solution will still be pretty difficult. Hopefully @jlstevens will have the time to tackle it this week, otherwise I'll try to spend an hour or two on it over the weekend. |
This has finally been fixed in #796. Closing. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
with a specification of Dataset, the color map is preserved:
but, if the FilledContours does not specifiy the Air_pressure...., the colormap is overridden
this last call should not alter the colormap
The text was updated successfully, but these errors were encountered: