From: <js...@us...> - 2011-01-17 17:28:13
|
Revision: 8923 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8923&view=rev Author: jswhit Date: 2011-01-17 17:28:07 +0000 (Mon, 17 Jan 2011) Log Message: ----------- add qualification to tissot 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 2011-01-17 07:13:37 UTC (rev 8922) +++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2011-01-17 17:28:07 UTC (rev 8923) @@ -2351,6 +2351,10 @@ which when drawn on a map shows the distortion inherent in the map projection. + .. note:: + Cannot handle situations in which the polygon intersects + the edge of the map projection domain, and then re-enters the domain. + Extra keyword ``ax`` can be used to override the default axis instance. Other \**kwargs passed on to matplotlib.patches.Polygon. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |