Revision: 5206
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5206&view=rev
Author:   jdh2358
Date:     2008-05-20 14:05:49 -0700 (Tue, 20 May 2008)

Log Message:
-----------
Merged revisions 5205 via svnmerge from 
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_91_maint

........
  r5205 | jdh2358 | 2008-05-20 16:02:08 -0500 (Tue, 20 May 2008) | 1 line
  
  remove pesky date auto xlabel
........

Modified Paths:
--------------
    trunk/matplotlib/CODING_GUIDE
    trunk/matplotlib/lib/matplotlib/dates.py

Property Changed:
----------------
    trunk/matplotlib/


Property changes on: trunk/matplotlib
___________________________________________________________________
Name: svnmerge-integrated
   - /branches/v0_91_maint:1-5193
   + /branches/v0_91_maint:1-5205

Modified: trunk/matplotlib/CODING_GUIDE
===================================================================
--- trunk/matplotlib/CODING_GUIDE       2008-05-20 21:02:08 UTC (rev 5205)
+++ trunk/matplotlib/CODING_GUIDE       2008-05-20 21:05:49 UTC (rev 5206)
@@ -46,7 +46,8 @@
     keep them in sync.  http://www.orcaware.com/svn/wiki/Svnmerge.py.  The
     basic procedure is:
 
-      - install svnmerge.py in your PATH
+      - install svnmerge.py in your PATH:
+       wget 
http://svn.collab.net/repos/svn/trunk/contrib/client-side/svnmerge/svnmerge.py
 
       - get a svn copy of the branch (svn co
         
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_91_maint)

Modified: trunk/matplotlib/lib/matplotlib/dates.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/dates.py    2008-05-20 21:02:08 UTC (rev 
5205)
+++ trunk/matplotlib/lib/matplotlib/dates.py    2008-05-20 21:05:49 UTC (rev 
5206)
@@ -997,7 +997,7 @@
             return units.AxisInfo(
                 majloc = majloc,
                 majfmt = majfmt,
-                label='date',
+                label='',
                 )
         else: return None
     axisinfo = staticmethod(axisinfo)


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: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to