|
From: <js...@us...> - 2010-09-07 17:54:07
|
Revision: 8684
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8684&view=rev
Author: jswhit
Date: 2010-09-07 17:54:01 +0000 (Tue, 07 Sep 2010)
Log Message:
-----------
Add link in 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 2010-09-07 17:49:56 UTC (rev 8683)
+++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2010-09-07 17:54:01 UTC (rev 8684)
@@ -2019,8 +2019,8 @@
def removeparallels(self,pdict,lat=None):
"""
- Given a dictionary returned by ``drawparallels``, remove parallels
- (latitude lines) and associated labels from the map.
+ Given a dictionary returned by :meth:`Basemap.drawparallels`, remove
+ parallels (latitude lines) and associated labels from the map.
.. tabularcolumns:: |l|L|
@@ -2285,8 +2285,8 @@
def removemeridians(self,mdict,lon=None):
"""
- Given a dictionary returned by ``drawmeridians``, remove meridians
- (longitude lines) and associated labels from the map.
+ Given a dictionary returned by :meth:`Basemap.drawmeridians`, remove
+ meridians (longitude lines) and associated labels from the map.
.. tabularcolumns:: |l|L|
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|