Changeset 17202
- Timestamp:
- 01/30/14 14:02:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/plot/plot_unit.py ΒΆ
r17201 r17202 32 32 #node plot 33 33 if is2d: 34 p.tripcolor(x,y,elements,data,colorlevels,edgecolors=edgecolor) 34 p.tricontourf(x,y,elements,data,colorlevels) 35 p.triplot(x,y,elements) 35 36 else: 36 37 raise ValueError('plot_unit error: 3D node plot not supported yet')
Note:
See TracChangeset
for help on using the changeset viewer.