MCPcopy 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
44def point(x, y):
45 ax.scatter([x], [y], facecolor="C0", edgecolor="white",
46 zorder=10, clip_on=False)
47
48
49d = .1

Callers 1

legend.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected