Skip to content

Commit dac396a

Browse files
author
Jeff Whitaker
committed
updated download instructions.
svn path=/trunk/matplotlib/; revision=5931
1 parent 8f466b9 commit dac396a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/matplotlib/mlab.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,10 +2591,8 @@ def griddata(x,y,z,xi,yi):
25912591
this function will use the mpl_toolkits.natgrid algorithm, otherwise it
25922592
will use the built-in matplotlib.delaunay package.
25932593
2594-
The natgrid matplotlib toolkit can be checked out through SVN with the
2595-
following command:
2596-
2597-
svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/toolkits/natgrid natgrid
2594+
The natgrid matplotlib toolkit can be downloaded from
2595+
http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=142792
25982596
"""
25992597
try:
26002598
from mpl_toolkits.natgrid import _natgrid, __version__

0 commit comments

Comments
 (0)