()
| 530 | |
| 531 | @image_comparison(["multi_font_aspath.svg"], style='mpl20') |
| 532 | def test_multi_font_aspath(): |
| 533 | fonts, test_str = _gen_multi_font_text() |
| 534 | plt.rc('font', family=fonts, size=16) |
| 535 | plt.rc('svg', fonttype='path') |
| 536 | |
| 537 | fig = plt.figure(figsize=(8, 6)) |
| 538 | fig.text(0.5, 0.5, test_str, |
| 539 | horizontalalignment='center', verticalalignment='center') |
| 540 | |
| 541 | |
| 542 | @image_comparison(["multi_font_astext.svg"], style='mpl20') |
nothing calls this directly
no test coverage detected
searching dependent graphs…