From: <js...@us...> - 2007-12-04 20:44:32
|
Revision: 4597 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4597&view=rev Author: jswhit Date: 2007-12-04 12:43:54 -0800 (Tue, 04 Dec 2007) Log Message: ----------- docstring additions. Modified Paths: -------------- trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/basemap.py Modified: trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/basemap.py =================================================================== --- trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/basemap.py 2007-12-04 20:37:37 UTC (rev 4596) +++ trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/basemap.py 2007-12-04 20:43:54 UTC (rev 4597) @@ -2886,7 +2886,8 @@ All the values currently defined in the CF metadata convention (http://cf-pcmdi.llnl.gov/documents/cf-conventions/) are supported. Valid calendars 'standard', 'gregorian', 'proleptic_gregorian' - 'noleap', '365_day', '360_day', 'julian'. Default is 'standard'. + 'noleap', '365_day', '360_day', 'julian', 'all_leap', '366_day'. + Default is 'standard', which is a mixed Julian/Gregorian calendar. Returns a datetime instance, or an array of datetime instances. @@ -2926,7 +2927,8 @@ All the values currently defined in the CF metadata convention (http://cf-pcmdi.llnl.gov/documents/cf-conventions/) are supported. Valid calendars 'standard', 'gregorian', 'proleptic_gregorian' - 'noleap', '365_day', '360_day', 'julian'. Default is 'standard'. + 'noleap', '365_day', '360_day', 'julian', 'all_leap', '366_day'. + Default is 'standard'. Returns a numeric time value, or an array of numeric time values. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |