Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/QuantFans/quantdigger
/ __init__
Method
__init__
quantdigger/widgets/mplotwidgets/widgets.py:10–13 ·
view source on GitHub ↗
(self, name, ax, data)
Source
from the content-addressed store, hash-verified
8
class
RangeWidget(object):
9
""
""
""
10
def
__init__(self, name, ax, data):
11
self.name = name
12
self.ax = ax
13
self.ax.plot(data)
14
15
def
update(self):
16
""
""
""
Callers
nothing calls this directly
Calls
1
plot
Method · 0.45
Tested by
no test coverage detected