Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/QuantFans/quantdigger
/ plot
Method
plot
quantdigger/widgets/plotting.py:57–60 ·
view source on GitHub ↗
如需绘制指标,则需重载此函数。
(self, widget)
Source
from the content-addressed store, hash-verified
55
pass
56
57
def
plot(self, widget):
58
""
" 如需绘制指标,则需重载此函数。 "
""
59
## @todo 把plot_line等绘图函数分离到widget类中。
60
pass
61
62
def
set_yrange(self, lower, upper):
63
""
" 设置纵坐标范围。 "
""
Callers
1
plot_line
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected