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

Function test_complex_shaping

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

Source from the content-addressed store, hash-verified

1221
1222@image_comparison(['complex'], extensions=['png', 'pdf', 'svg', 'eps'], style='mpl20')
1223def test_complex_shaping():
1224 fig = plt.figure(figsize=(6, 2))
1225 _test_complex_shaping(fig)
1226
1227
1228def _test_text_features(fig):

Callers

nothing calls this directly

Calls 2

_test_complex_shapingFunction · 0.85
figureMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…