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 0191887 commit 37bf528Copy full SHA for 37bf528
lib/matplotlib/tests/test_text.py
@@ -655,7 +655,8 @@ def test_buffer_size(fig_test, fig_ref):
655
ax.set_yticklabels(["€", ""])
656
657
658
-def test_fontproperties_presedence():
+def test_fontproperties_kwarg_precedence():
659
+ """Test that kwargs take precedence over fontproperties defaults.“““
660
plt.figure()
661
text1 = plt.xlabel("value", fontproperties='Times New Roman', size=40.0)
662
text2 = plt.ylabel("counts", size=40.0, fontproperties='Times New Roman')
0 commit comments