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

Method plot

quantdigger/kernel/indicators/common.py:37–40  ·  view source on GitHub ↗

绘图,参数可由UI调整。

(self, widget)

Source from the content-addressed store, hash-verified

35 return talib.SMA(data, n)
36
37 def plot(self, widget):
38 """ 绘图,参数可由UI调整。 """
39 self.widget = widget
40 self.plot_line(self.value, self.color, self.lw, self.style)
41
42 #@override_attributes
43 #def plot(self, widget, color='y', lw=2, style="line"):

Callers 9

__init__Method · 0.45
entry_3d.pyFile · 0.45
on_pickFunction · 0.45
pick.pyFile · 0.45
selctor.pyFile · 0.45
subplot.pyFile · 0.45
plot_resultFunction · 0.45
plotMethod · 0.45
plotMethod · 0.45

Calls 1

plot_lineMethod · 0.45

Tested by

no test coverage detected