()
| 1221 | |
| 1222 | @image_comparison(['complex'], extensions=['png', 'pdf', 'svg', 'eps'], style='mpl20') |
| 1223 | def test_complex_shaping(): |
| 1224 | fig = plt.figure(figsize=(6, 2)) |
| 1225 | _test_complex_shaping(fig) |
| 1226 | |
| 1227 | |
| 1228 | def _test_text_features(fig): |
nothing calls this directly
no test coverage detected
searching dependent graphs…