Changeset 585 in lmdz_wrf for trunk/tools/drawing.py
- Timestamp:
- Jul 8, 2015, 1:09:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing.py
r562 r585 2390 2390 varextra = np.squeeze(objextra[tuple(slicevar)]) 2391 2391 2392 drw.plot_points(xptval, yptval, lonv, latv, varextra, varextrav, gtit, mapvalues,\ 2392 if mapvalues == 'None': 2393 mapV = None 2394 else: 2395 mapV = mapvalues 2396 2397 drw.plot_points(xptval, yptval, lonv, latv, varextra, varextrav, gtit, mapV, \ 2393 2398 kindfigure, pointcolor, ptlabels, locleg, figureko, figuren) 2394 2399
Note: See TracChangeset
for help on using the changeset viewer.