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 e38bb70 commit 41e5e13Copy full SHA for 41e5e13
lib/matplotlib/tests/test_backend_pdf.py
@@ -12,12 +12,13 @@ def test_use14corefonts():
12
rcParams['font.family'] = 'sans-serif'
13
rcParams['font.size'] = 8
14
rcParams['font.sans-serif'] = ['Helvetica']
15
+ rcParams['pdf.compression'] = 0
16
17
title = u'Test PDF backend with option use14corefonts=True'
18
19
text = u'''A three-line text positioned just above a blue line
- and containing some French characters and the euro symbol:
20
- "Merci pépé pour les 10 €"'''
+ and containing some French characters and the euro symbol:
21
+ "Merci pépé pour les 10 €"'''
22
23
plt.figure()
24
plt.title(title)
0 commit comments