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

Method __init__

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

Source from the content-addressed store, hash-verified

168 _widgets_kwargs = {'clim': {'placeholder': '(min, max)'}}
169
170 def __init__(self, data, **params):
171 super().__init__(data, **params)
172 if 'symmetric' not in params:
173 self.symmetric = self.explorer._converter._plot_opts.get('symmetric', False)
174
175 @property
176 def colormapped(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected