Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/cheatsheets
/ point
Function
point
scripts/legend.py:44–46 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
42
43
44
def
point(x, y):
45
ax.scatter([x], [y], facecolor=
"C0"
, edgecolor=
"white"
,
46
zorder=10, clip_on=False)
47
48
49
d = .1
Callers
1
legend.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected