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

Function get_formatters

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py:1658–1659  ·  view source on GitHub ↗
(ax, names)

Source from the content-addressed store, hash-verified

1656 useMathText=not mpl.rcParams["axes.formatter.use_mathtext"])
1657
1658 def get_formatters(ax, names):
1659 return [getattr(ax, name).get_major_formatter() for name in names]
1660
1661 axs = fig_ref.subplots(4, 5, subplot_kw={"projection": "3d"})
1662 for ax in axs.flat:

Callers 1

test_ticklabel_formatFunction · 0.85

Calls 1

get_major_formatterMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…