Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 323f46f

Browse files
committed
Fix docstring.
svn path=/trunk/matplotlib/; revision=6328
1 parent 8a62862 commit 323f46f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

lib/matplotlib/contour.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ def clabel(self, *args, **kwargs):
5353
*fontsize*:
5454
See http://matplotlib.sf.net/fonts.html
5555
56-
.. TODO: Update this link to new fonts document
57-
5856
*colors*:
5957
- if *None*, the color of each label matches the color of
6058
the corresponding contour
@@ -1050,8 +1048,8 @@ def find_nearest_contour( self, x, y, indices=None, pixel=True ):
10501048
10511049
Call signature::
10521050
1053-
conmin,segmin,imin,xmin,ymin,dmin = find_nearest_contour(
1054-
self, x, y, indices=None, pixel=True )
1051+
conmin,segmin,imin,xmin,ymin,dmin = find_nearest_contour(
1052+
self, x, y, indices=None, pixel=True )
10551053
10561054
Optional keyword arguments::
10571055

0 commit comments

Comments
 (0)