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

Method __init__

hvplot/ui.py:228–230  ·  view source on GitHub ↗
(self, data, **params)

Source from the content-addressed store, hash-verified

226 logy = param.Boolean(default=False)
227
228 def __init__(self, data, **params):
229 super().__init__(data, **params)
230 self._update_ranges()
231
232 @param.depends('explorer.xlim', 'explorer.ylim', watch=True)
233 def _update_ranges(self):

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

_update_rangesMethod · 0.95

Tested by

no test coverage detected