MCPcopy Index your code
hub / github.com/matplotlib/cheatsheets / text

Function text

scripts/anatomy.py:73–76  ·  view source on GitHub ↗
(x, y, text)

Source from the content-addressed store, hash-verified

71
72
73def text(x, y, text):
74 ax.text(x, y, text, backgroundcolor="white",
75 # fontname="Yanone Kaffeesatz", fontsize="large",
76 ha='center', va='top', weight="regular", color='#000099')
77
78
79# Minor tick

Callers 1

anatomy.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected