Changeset 422 for trunk/UTIL/PYTHON/myplot.py
- Timestamp:
- Nov 24, 2011, 6:49:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myplot.py
r418 r422 73 73 import numpy as np 74 74 from mymath import max,mean 75 csmooth = 12 ## a fair amount of grid points 75 csmooth = 12 ## a fair amount of grid points (too high results in high computation time) 76 76 dimension = np.array(input).ndim 77 77 shape = np.array(input).shape
Note: See TracChangeset
for help on using the changeset viewer.