Changeset 396 for trunk/UTIL/PYTHON/myplot.py
- Timestamp:
- Nov 17, 2011, 1:17:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myplot.py
r395 r396 164 164 output = integrate.trapz(input.filled(),x=vert[indice],axis=ax) 165 165 else: 166 output = integrate.trapz(input .filled(),x=vert[indice],axis=ax)166 output = integrate.trapz(input,x=vert[indice],axis=ax) 167 167 else: 168 168 output = mean(input,axis=ax)
Note: See TracChangeset
for help on using the changeset viewer.