Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
21
class
QtWidget(object):
Callers
2
plot_line
Method · 0.45
plot
Method · 0.45
Calls
1
plot
Method · 0.45
Tested by
no test coverage detected