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

Function test_text_language

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

Source from the content-addressed store, hash-verified

1303@image_comparison(['language'], remove_text=False, style='mpl20',
1304 extensions=['png', 'pdf', 'svg', 'eps'])
1305def test_text_language():
1306 fig = plt.figure(figsize=(5, 3))
1307 _test_text_language(fig)
1308
1309
1310@image_comparison(['draw_text_fallback.png'], style='mpl20')

Callers

nothing calls this directly

Calls 2

_test_text_languageFunction · 0.85
figureMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…