|
From: <js...@us...> - 2009-03-07 21:56:10
|
Revision: 6963
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6963&view=rev
Author: jswhit
Date: 2009-03-07 21:55:59 +0000 (Sat, 07 Mar 2009)
Log Message:
-----------
add comment
Modified Paths:
--------------
trunk/toolkits/basemap/examples/plothighsandlows.py
Modified: trunk/toolkits/basemap/examples/plothighsandlows.py
===================================================================
--- trunk/toolkits/basemap/examples/plothighsandlows.py 2009-03-07 21:52:21 UTC (rev 6962)
+++ trunk/toolkits/basemap/examples/plothighsandlows.py 2009-03-07 21:55:59 UTC (rev 6963)
@@ -1,5 +1,6 @@
"""
plot H's and L's on a sea-level pressure map
+(uses scipy.ndimage.filters)
"""
import numpy as np
import matplotlib.pyplot as plt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|