Revision: 3639
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3639&view=rev
Author:   dsdale
Date:     2007-07-30 14:37:11 -0700 (Mon, 30 Jul 2007)

Log Message:
-----------
install matplotlib.conf in mpl-data for config package

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/mpl-data/matplotlib.conf
    trunk/matplotlib/setup.py

Modified: trunk/matplotlib/lib/matplotlib/mpl-data/matplotlib.conf
===================================================================
--- trunk/matplotlib/lib/matplotlib/mpl-data/matplotlib.conf    2007-07-30 
20:48:06 UTC (rev 3638)
+++ trunk/matplotlib/lib/matplotlib/mpl-data/matplotlib.conf    2007-07-30 
21:37:11 UTC (rev 3639)
@@ -49,7 +49,7 @@
 
 # Where your matplotlib data lives if you installed to a non-default 
 #location.  This is where the matplotlib fonts, bitmaps, etc reside
-datapath = '/home/fperez/.matplotlib'
+#datapath = '/home/fperez/.matplotlib'
 
 #bogus = 1
 #[bogus_section]
@@ -62,7 +62,7 @@
     
     # 'GTKAgg', 'GTKCairo', 'QtAgg', 'Qt4Agg', 'TkAgg', 'Agg', 
     # 'Cairo', 'PS', 'PDF', 'SVG'
-    use = 'Qt4Agg'
+    use = 'TkAgg'
     
     [[cairo]]
         # png, ps, pdf, svg
@@ -453,4 +453,4 @@
     level = 'silent'
     
     # a log filename, 'sys.stdout' or 'sys.stderr'
-    fileo = 'sys.stdout'
\ No newline at end of file
+    fileo = 'sys.stdout'

Modified: trunk/matplotlib/setup.py
===================================================================
--- trunk/matplotlib/setup.py   2007-07-30 20:48:06 UTC (rev 3638)
+++ trunk/matplotlib/setup.py   2007-07-30 21:37:11 UTC (rev 3639)
@@ -93,6 +93,7 @@
                               'mpl-data/images/*.png',
                               'mpl-data/images/*.ppm',
                               'mpl-data/matplotlibrc',
+                              'mpl-data/matplotlib.conf',
                               'mpl-data/*.glade',
                               'backends/Matplotlib.nib/*',
                               ]}


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to