Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/QuantFans/quantdigger
/ __init__
Method
__init__
quantdigger/backup/backtest/matplotlibwidget.py:85–86 ·
view source on GitHub ↗
(self, ax, color='k')
Source
from the content-addressed store, hash-verified
83
84
class
PointMarker(object):
85
def
__init__(self, ax, color=
'k'
):
86
self.marker, = ax.plot(-1, -1,
'o'
, color=color, alpha=0.5, zorder=10)
87
88
def
set_data(self, x, y):
89
self.x = x
Callers
nothing calls this directly
Calls
1
plot
Method · 0.45
Tested by
no test coverage detected