MCPcopy Index your code
hub / github.com/QuantFans/quantdigger / __init__

Method __init__

quantdigger/backup/techmplot2.py:7–15  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

5
6class TechMPlot(object):
7 def __init__(self, *args):
8 self.fig = plt.figure()
9 self.cross_cursor = None
10 self.v_cursor = None
11 self.add_subplot(*args)
12 self.in_qt = False
13 for ax in self.axes:
14 ax.format_coord = self.format_coord
15 self.connect()
16
17 def init_qt(self):
18 """docstring for set_qt"""

Callers

nothing calls this directly

Calls 2

add_subplotMethod · 0.95
connectMethod · 0.95

Tested by

no test coverage detected