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 4d36c45 commit 573033dCopy full SHA for 573033d
lib/matplotlib/tests/test_backend_svg.py
@@ -78,8 +78,8 @@ def test_bold_font_output():
78
ax = fig.add_subplot(1, 1, 1)
79
ax.plot(np.arange(10), np.arange(10))
80
ax.set_xlabel('nonbold-xlabel')
81
- ax.set_ylabel('bold-ylabel',fontweight='bold')
82
- ax.set_title('bold-title',fontweight='bold')
+ ax.set_ylabel('bold-ylabel', fontweight='bold')
+ ax.set_title('bold-title', fontweight='bold')
83
84
85
if __name__ == '__main__':
0 commit comments