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 623a128 commit 3c94011Copy full SHA for 3c94011
1 file changed
lib/matplotlib/tests/test_backend_pdf.py
@@ -6,7 +6,6 @@
6
7
@image_comparison(baseline_images=['pdf_use14corefonts'], extensions=['pdf'])
8
def test_use14corefonts():
9
- rcParams['backend'] = 'pdf'
10
rcParams['pdf.use14corefonts'] = True
11
rcParams['font.family'] = 'sans-serif'
12
rcParams['font.size'] = 8
@@ -27,7 +26,6 @@ def test_use14corefonts():
27
26
def test_type42():
28
import io
29
30
31
rcParams['pdf.fonttype'] = 42
32
33
fig = plt.figure()
0 commit comments