Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc6a81 commit 7157fe3Copy full SHA for 7157fe3
lib/matplotlib/tests/test_backend_svg.py
@@ -107,7 +107,8 @@ def test_bold_font_output():
107
ax.set_title('bold-title', fontweight='bold')
108
109
110
-@image_comparison(baseline_images=['bold_font_output_with_none_fonttype'], extensions=['svg'])
+@image_comparison(baseline_images=['bold_font_output_with_none_fonttype'],
111
+ extensions=['svg'])
112
def test_bold_font_output_with_none_fonttype():
113
plt.rcParams['svg.fonttype'] = 'none'
114
fig = plt.figure()
0 commit comments