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

Method plot_line

quantdigger/widgets/plotting.py:17–18  ·  view source on GitHub ↗
(self, widget, data, color, lw, style='line' )

Source from the content-addressed store, hash-verified

15 self.name = name;
16
17 def plot_line(self, widget, data, color, lw, style='line' ):
18 widget.plot(data, color=color, lw=lw, label=self.name)
19
20
21class QtWidget(object):

Callers 2

plot_lineMethod · 0.45
plotMethod · 0.45

Calls 1

plotMethod · 0.45

Tested by

no test coverage detected