ShadowMixin
- class jdaviz.core.marks.ShadowMixin[source] [edit on github]
Bases:
objectMixin class to propagate traits from one mark object to another. Anything in
sync_traitswill be mirrored directly fromshadowingto the shadowed object.Can manually override
_on_shadowing_changedfor more advanced logic cases.