Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/holoviz/hvplot
/ compute
Method
compute
hvplot/dask.py:15–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
return
False
14
15
def
compute(self):
16
self._method =
'compute'
17
return
self.__call__()
18
19
20
def
patch(name=
'hvplot'
, interactive=
'interactive'
, extension=
'bokeh'
, logo=False):
Callers
5
hist
Method · 0.80
test_scatter_color_set_to_series
Method · 0.80
test_scatter_size_set_to_series
Method · 0.80
color_series
Method · 0.80
size_series
Method · 0.80
Calls
1
__call__
Method · 0.45
Tested by
4
test_scatter_color_set_to_series
Method · 0.64
test_scatter_size_set_to_series
Method · 0.64
color_series
Method · 0.64
size_series
Method · 0.64