MCPcopy 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

8class 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

plotMethod · 0.45

Tested by

no test coverage detected