Revision: 3642
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3642&view=rev
Author:   dsdale
Date:     2007-07-30 16:22:48 -0700 (Mon, 30 Jul 2007)

Log Message:
-----------
minor change to mplconfig module

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/config/mplconfig.py
    trunk/matplotlib/lib/matplotlib/mpl-data/matplotlibrc

Modified: trunk/matplotlib/lib/matplotlib/config/mplconfig.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/config/mplconfig.py 2007-07-30 23:05:06 UTC 
(rev 3641)
+++ trunk/matplotlib/lib/matplotlib/config/mplconfig.py 2007-07-30 23:22:48 UTC 
(rev 3642)
@@ -214,7 +214,7 @@
 
     class grid(TConfig):
         color = T.Trait('black', mplT.ColorHandler())
-        linestyle = T.Trait('-','--','-.', ':', 'steps', '', ' ')
+        linestyle = T.Trait(':','-','--','-.', ':', 'steps', '', ' ')
         linewidth = T.Float(0.5)
 
     class legend(TConfig):

Modified: trunk/matplotlib/lib/matplotlib/mpl-data/matplotlibrc
===================================================================
--- trunk/matplotlib/lib/matplotlib/mpl-data/matplotlibrc       2007-07-30 
23:05:06 UTC (rev 3641)
+++ trunk/matplotlib/lib/matplotlib/mpl-data/matplotlibrc       2007-07-30 
23:22:48 UTC (rev 3642)
@@ -243,7 +243,6 @@
 #savefig.dpi       : 100      # figure dots per inch
 #savefig.facecolor : white    # figure facecolor when saving
 #savefig.edgecolor : white    # figure edgecolor when saving
-#savefig.orientation : portrait # portrait or landscape
 
 #cairo.format      : png      # png, ps, pdf, svg
 


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