|
From: <js...@us...> - 2008-07-30 16:32:55
|
Revision: 5931
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5931&view=rev
Author: jswhit
Date: 2008-07-30 16:32:50 +0000 (Wed, 30 Jul 2008)
Log Message:
-----------
updated download instructions.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/mlab.py
Modified: trunk/matplotlib/lib/matplotlib/mlab.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mlab.py 2008-07-30 16:19:40 UTC (rev 5930)
+++ trunk/matplotlib/lib/matplotlib/mlab.py 2008-07-30 16:32:50 UTC (rev 5931)
@@ -2591,10 +2591,8 @@
this function will use the mpl_toolkits.natgrid algorithm, otherwise it
will use the built-in matplotlib.delaunay package.
- The natgrid matplotlib toolkit can be checked out through SVN with the
- following command:
-
- svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/toolkits/natgrid natgrid
+ The natgrid matplotlib toolkit can be downloaded from
+ http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=142792
"""
try:
from mpl_toolkits.natgrid import _natgrid, __version__
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|