Revision: 7708
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7708&view=rev
Author:   jswhit
Date:     2009-09-08 12:12:18 +0000 (Tue, 08 Sep 2009)

Log Message:
-----------
update date2index docstring

Modified Paths:
--------------
    trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py

Modified: trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py
===================================================================
--- trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2009-09-08 
12:06:35 UTC (rev 7707)
+++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2009-09-08 
12:12:18 UTC (rev 7708)
@@ -3919,6 +3919,13 @@
                      If ``calendar=None``, will use ``calendar`` attribute
                      of ``nctime`` object, and if that attribute does 
                      not exist calendar is set to ``standard``. 
+    select           The index selection method. ``exact`` wil return the
+                     indices perfectly matching the dates given. 
+                     ``before`` and ``after`` will return the indices
+                     corresponding to the dates just before or after
+                     the given dates if an exact match cannot be found.
+                     ``nearest``  will return the indices that 
+                     correspond to the closest dates. 
     ==============   ====================================================
 
     Returns an index or a sequence of indices.


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to