Changeset 14245
- Timestamp:
- 01/14/13 18:31:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_mesh.py
r13771 r14245 21 21 22 22 if is2d: 23 p.subplot(nlines,ncols,i )23 p.subplot(nlines,ncols,i,aspect='equal') 24 24 p.triplot(x,y,elements) 25 25 else:
Note:
See TracChangeset
for help on using the changeset viewer.