Return the plot as a HoloViews object.
(self)
| 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 |