MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / ann

Function ann

galleries/examples/axisartist/simple_axis_pad.py:60–63  ·  view source on GitHub ↗
(ax1, d)

Source from the content-addressed store, hash-verified

58
59
60def ann(ax1, d):
61 ax1.annotate(d, (0.5, 1), (5, -5),
62 xycoords="axes fraction", textcoords="offset points",
63 va="top", ha="center")
64
65
66ax1 = setup_axes(fig, rect=231)

Callers 1

simple_axis_pad.pyFile · 0.85

Calls 1

annotateMethod · 0.80

Tested by

no test coverage detected