ShadowMixin#

class jdaviz.core.marks.ShadowMixin[source]#

Bases: object

Mixin class to propagate traits from one mark object to another. Anything in sync_traits will be mirrored directly from shadowing to the shadowed object.

Can manually override _on_shadowing_changed for more advanced logic cases.