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 7bb0d54 commit 67ddf83Copy full SHA for 67ddf83
1 file changed
lib/matplotlib/tests/test_texmanager.py
@@ -43,6 +43,7 @@ def test_font_selection(rc, preamble, family):
43
assert preamble in src
44
assert [*re.findall(r"\\\w+family", src)] == [family]
45
46
+
47
def test_usetex_with_underscore():
48
plt.rcParams["text.usetex"] = True
49
df = {"a_b": range(5)[::-1], "c": range(5)}
0 commit comments