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

Function annotate_axes

galleries/examples/mplot3d/view_planes_3d.py:15–17  ·  view source on GitHub ↗
(ax, text, fontsize=18)

Source from the content-addressed store, hash-verified

13
14
15def annotate_axes(ax, text, fontsize=18):
16 ax.text(x=0.5, y=0.5, z=0.5, s=text,
17 va="center", ha="center", fontsize=fontsize, color="black")
18
19# (plane, (elev, azim, roll))
20views = [('XY', (90, -90, 0)),

Callers 1

view_planes_3d.pyFile · 0.70

Calls 1

textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…