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 6825af7 commit 9dc973dCopy full SHA for 9dc973d
1 file changed
lib/matplotlib/config/mpltraits.py
@@ -30,7 +30,7 @@ class BackendHandler(T.TraitHandler):
30
'agg': 'Agg',
31
'cairo': 'Cairo',
32
'ps': 'PS',
33
- 'pdf': 'PDF',
+ 'pdf': 'Pdf',
34
'svg': 'SVG',
35
'template': 'Template' }
36
0 commit comments