From: <js...@us...> - 2009-01-26 22:54:43
|
Revision: 6837 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6837&view=rev Author: jswhit Date: 2009-01-26 22:54:38 +0000 (Mon, 26 Jan 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-01-26 22:49:01 UTC (rev 6836) +++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2009-01-26 22:54:38 UTC (rev 6837) @@ -3973,6 +3973,9 @@ ``proleptic_gregorian``, ``noleap``, ``365_day``, ``julian``, ``all_leap``, ``366_day``. Default is ``proleptic_gregorian``. + If ``calendar=None``, will use ``calendar`` attribute + of ``nctime`` object, and if that attribute does + not exist calendar is set to ``standard``. ============== ==================================================== 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. |