Revision: 4549
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4549&view=rev
Author:   jswhit
Date:     2007-12-02 17:33:24 -0800 (Sun, 02 Dec 2007)

Log Message:
-----------
remove blank lines

Modified Paths:
--------------
    trunk/py4science/examples/basemap5.py

Modified: trunk/py4science/examples/basemap5.py
===================================================================
--- trunk/py4science/examples/basemap5.py       2007-12-03 00:12:18 UTC (rev 
4548)
+++ trunk/py4science/examples/basemap5.py       2007-12-03 01:33:24 UTC (rev 
4549)
@@ -1,6 +1,5 @@
 from matplotlib.toolkits.basemap import Basemap, NetCDFFile
 import pylab, numpy
-
 # read in netCDF sea-surface temperature data
 # can be a local file, a URL for a remote opendap dataset,
 # or (if PyNIO is installed) a GRIB or HDF file.
@@ -8,9 +7,6 @@
 sst = ncfile.variables['analysed_sst'][:]
 lats = ncfile.variables['lat'][:]
 lons = ncfile.variables['lon'][:]
-
-print sst.shape, sst.min(), sst.max()
-
 # set colormap
 cmap = pylab.cm.gist_ncar
 # create Basemap instance for mollweide projection.


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to