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 eb42cfc commit 54c19f5Copy full SHA for 54c19f5
1 file changed
lib/matplotlib/tests/test_texmanager.py
@@ -14,7 +14,7 @@ def test_fontconfig_preamble():
14
tm1 = TexManager()
15
font_config1 = tm1.get_font_config()
16
17
- plt.rcParams['text.latex.preamble'] = [r'\usepackage{txfonts}']
+ plt.rcParams['text.latex.preamble'] = ['\\usepackage{txfonts}']
18
tm2 = TexManager()
19
font_config2 = tm2.get_font_config()
20
0 commit comments