Changeset 796 for trunk/UTIL/PYTHON/myplot.py
- Timestamp:
- Oct 1, 2012, 1:29:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myplot.py
r792 r796 1419 1419 elif numdim == 1: [lon2d,lat2d] = np.meshgrid(lon,lat) 1420 1420 else: errormess("lon and lat arrays must be 1D or 2D") 1421 [wlon,wlat] = latinterv() 1421 #[wlon,wlat] = latinterv() 1422 [wlon,wlat] = simplinterv(lon2d,lat2d) 1422 1423 ## define projection and background. define x and y given the projection 1423 1424 m = define_proj(proj,wlon,wlat,back=zeback,blat=None,blon=None)
Note: See TracChangeset
for help on using the changeset viewer.