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

Log Message:
-----------
remove pesky date auto xlabel

Modified Paths:
--------------
    branches/v0_91_maint/CODING_GUIDE
    branches/v0_91_maint/lib/matplotlib/dates.py

Modified: branches/v0_91_maint/CODING_GUIDE
===================================================================
--- branches/v0_91_maint/CODING_GUIDE   2008-05-20 16:00:21 UTC (rev 5204)
+++ branches/v0_91_maint/CODING_GUIDE   2008-05-20 21:02:08 UTC (rev 5205)
@@ -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: branches/v0_91_maint/lib/matplotlib/dates.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/dates.py        2008-05-20 16:00:21 UTC 
(rev 5204)
+++ branches/v0_91_maint/lib/matplotlib/dates.py        2008-05-20 21:02:08 UTC 
(rev 5205)
@@ -1003,7 +1003,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