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

Function test_text_features

lib/matplotlib/tests/test_text.py:1244–1246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1242@image_comparison(['features'], remove_text=False, style='mpl20',
1243 extensions=['png', 'pdf', 'svg', 'eps'])
1244def test_text_features():
1245 fig = plt.figure(figsize=(5, 1.5))
1246 _test_text_features(fig)
1247
1248
1249@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 2

_test_text_featuresFunction · 0.85
figureMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…