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

Method hvplot

hvplot/ui.py:793–795  ·  view source on GitHub ↗

Return the plot as a HoloViews object.

(self)

Source from the content-addressed store, hash-verified

791 # ----------------------------------------------------------------
792
793 def hvplot(self):
794 """Return the plot as a HoloViews object."""
795 return self._hvplot.clone()
796
797 def plot_code(self, var_name=None):
798 """Return a string representation that can be easily copy-pasted

Calls 1

cloneMethod · 0.80