Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39d4d34

Browse files
committed
install matplotlib.conf in mpl-data for config package
svn path=/trunk/matplotlib/; revision=3639
1 parent eca98e9 commit 39d4d34

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

lib/matplotlib/mpl-data/matplotlib.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ units = False
4949

5050
# Where your matplotlib data lives if you installed to a non-default
5151
#location. This is where the matplotlib fonts, bitmaps, etc reside
52-
datapath = '/home/fperez/.matplotlib'
52+
#datapath = '/home/fperez/.matplotlib'
5353

5454
#bogus = 1
5555
#[bogus_section]
@@ -62,7 +62,7 @@ datapath = '/home/fperez/.matplotlib'
6262

6363
# 'GTKAgg', 'GTKCairo', 'QtAgg', 'Qt4Agg', 'TkAgg', 'Agg',
6464
# 'Cairo', 'PS', 'PDF', 'SVG'
65-
use = 'Qt4Agg'
65+
use = 'TkAgg'
6666

6767
[[cairo]]
6868
# png, ps, pdf, svg
@@ -453,4 +453,4 @@ datapath = '/home/fperez/.matplotlib'
453453
level = 'silent'
454454

455455
# a log filename, 'sys.stdout' or 'sys.stderr'
456-
fileo = 'sys.stdout'
456+
fileo = 'sys.stdout'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
'mpl-data/images/*.png',
9494
'mpl-data/images/*.ppm',
9595
'mpl-data/matplotlibrc',
96+
'mpl-data/matplotlib.conf',
9697
'mpl-data/*.glade',
9798
'backends/Matplotlib.nib/*',
9899
]}

0 commit comments

Comments
 (0)