From: <js...@us...> - 2007-11-21 13:23:56
|
Revision: 4400 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4400&view=rev Author: jswhit Date: 2007-11-21 05:23:54 -0800 (Wed, 21 Nov 2007) Log Message: ----------- add disclaimer in drawlsmask docstring Modified Paths: -------------- trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py Modified: trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py =================================================================== --- trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py 2007-11-20 22:00:51 UTC (rev 4399) +++ trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py 2007-11-21 13:23:54 UTC (rev 4400) @@ -167,7 +167,7 @@ The following parameters are map projection parameters which all default to None. Not all parameters are used by all projections, some are ignored. - The module variable 'projection_params' is a dictionary which + The module variable 'projection_params' is a dictionary which lists which parameters apply to which projections. lat_ts - latitude of true scale for mercator projection, optional @@ -2388,6 +2388,9 @@ """ draw land-sea mask image. + *Note* the land-sea mask image cannot be overlaid on top + of other images, due to limitations in matplotlib image handling. + land is colored with rgba integer tuple rgba_land. ocean is colored with rgba integer tuple rgba_ocean. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |