From: <js...@us...> - 2009-01-26 23:02:55
|
Revision: 6839 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6839&view=rev Author: jswhit Date: 2009-01-26 23:02:46 +0000 (Mon, 26 Jan 2009) Log Message: ----------- remove some extra whitespace 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:56:11 UTC (rev 6838) +++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2009-01-26 23:02:46 UTC (rev 6839) @@ -3582,7 +3582,7 @@ .. tabularcolumns:: |l|L| ============== ==================================================== - Arguments Description + Arguments Description ============== ==================================================== datain a rank-2 array with 1st dimension corresponding to y, 2nd dimension x. @@ -3595,7 +3595,7 @@ .. tabularcolumns:: |l|L| ============== ==================================================== - Keywords Description + Keywords Description ============== ==================================================== checkbounds If True, values of xout and yout are checked to see that they lie within the range specified by xin @@ -3714,7 +3714,7 @@ .. tabularcolumns:: |l|L| ============== ==================================================== - Arguments Description + Arguments Description ============== ==================================================== lon0 starting longitude for shifted grid (ending longitude if start=False). lon0 must be on @@ -3726,7 +3726,7 @@ .. tabularcolumns:: |l|L| ============== ==================================================== - Keywords Description + Keywords Description ============== ==================================================== start if True, lon0 represents the starting longitude of the new grid. if False, lon0 is the ending @@ -3858,7 +3858,7 @@ .. tabularcolumns:: |l|L| ============== ==================================================== - Keywords Description + Keywords Description ============== ==================================================== units a string of the form '<time units> since <reference time>' describing the units and @@ -3917,7 +3917,7 @@ .. tabularcolumns:: |l|L| ============== ==================================================== - Keywords Description + Keywords Description ============== ==================================================== units a string of the form '<time units> since <reference time>' describing the units and @@ -3962,7 +3962,7 @@ .. tabularcolumns:: |l|L| ============== ==================================================== - Keywords Description + Keywords Description ============== ==================================================== calendar describes the calendar used in the time calculations. All the values currently defined in @@ -3990,7 +3990,7 @@ .. tabularcolumns:: |l|L| ============== ==================================================== - Arguments Description + Arguments Description ============== ==================================================== lonsin, latsin rank-2 arrays containing longitudes and latitudes of grid. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |