MCPcopy Create free account
hub / github.com/holoviz/hvplot / dmap

Method dmap

hvplot/interactive.py:750–755  ·  view source on GitHub ↗

Wraps the output in a DynamicMap. Only valid if the output is a HoloViews object.

(self)

Source from the content-addressed store, hash-verified

748 # ----------------------------------------------------------------
749
750 def dmap(self):
751 """
752 Wraps the output in a DynamicMap. Only valid if the output
753 is a HoloViews object.
754 """
755 return hv.DynamicMap(self._callback)
756
757 def eval(self):
758 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected