Changeset 13969
- Timestamp:
- 11/15/12 14:22:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/processdata.py
r13957 r13969 69 69 #control arrow density if quiver plot 70 70 71 #convert rank-2 array to rank-1 72 if npy.ndim(data)==2 and npy.shape(data)[1]==1: 73 data=data.reshape(-1,) 74 71 75 #if datatype is still zero, error out 72 76 if datatype==0:
Note:
See TracChangeset
for help on using the changeset viewer.