()
| 541 | |
| 542 | @image_comparison(["multi_font_astext.svg"], style='mpl20') |
| 543 | def test_multi_font_astext(): |
| 544 | fonts, test_str = _gen_multi_font_text() |
| 545 | plt.rc('font', family=fonts, size=16) |
| 546 | plt.rc('svg', fonttype='none') |
| 547 | |
| 548 | fig = plt.figure(figsize=(8, 6)) |
| 549 | fig.text(0.5, 0.5, test_str, |
| 550 | horizontalalignment='center', verticalalignment='center') |
| 551 | |
| 552 | |
| 553 | @pytest.mark.parametrize('metadata,error,message', [ |
nothing calls this directly
no test coverage detected
searching dependent graphs…