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 caff388 commit 8ff72fcCopy full SHA for 8ff72fc
lib/matplotlib/tests/test_mathtext.py
@@ -517,5 +517,5 @@ def test_boldsymbol(fig_test, fig_ref):
517
fig_test.text(0.1, 0.1, r"$\boldsymbol{abc0123\alpha}$")
518
fig_test.text(0.1, 0.2, r"$\boldsymbol{\mathrm{abc0123\alpha}}$")
519
520
- fig_ref.text(0.1, 0.1, r"$\boldsymbol{abc0123\alpha}$")
+ fig_ref.text(0.1, 0.1, r"$\mathbfit{abc0123\alpha}$")
521
fig_ref.text(0.1, 0.2, r"$\mathrm{abc0123\alpha}$")
0 commit comments