Skip to content

Commit 8ff72fc

Browse files
committed
add mathbfit check
1 parent caff388 commit 8ff72fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,5 +517,5 @@ def test_boldsymbol(fig_test, fig_ref):
517517
fig_test.text(0.1, 0.1, r"$\boldsymbol{abc0123\alpha}$")
518518
fig_test.text(0.1, 0.2, r"$\boldsymbol{\mathrm{abc0123\alpha}}$")
519519

520-
fig_ref.text(0.1, 0.1, r"$\boldsymbol{abc0123\alpha}$")
520+
fig_ref.text(0.1, 0.1, r"$\mathbfit{abc0123\alpha}$")
521521
fig_ref.text(0.1, 0.2, r"$\mathrm{abc0123\alpha}$")

0 commit comments

Comments
 (0)