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

Class TechWidget

quantdigger/widgets/qtwidgets/techwidget.py:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import matplotlib.pyplot as plt
5
6class TechWidget(TechMPlot, FigureCanvasQTAgg):
7 def __init__(self, parent=None, *args):
8 self.fig = plt.figure()
9 FigureCanvasQTAgg.__init__(self, self.fig)
10 TechMPlot.__init__(self, self.fig, *args)
11 self.setParent(parent)

Callers 1

demo_plotMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected