Changeset 1744 for issm/trunk/src/m/classes/public/plot/plot_unit.m
- Timestamp:
- 08/18/09 09:50:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_unit.m
r1740 r1744 53 53 if isongrid, 54 54 if is2d, 55 quivercolor(x,y,data(:,1),data(:,2));55 plot_quiver(x,y,data(:,1),data(:,2),options_structure); 56 56 else 57 quivercolor3(x,y,z,data(:,1),data(:,2),data(:,3));57 plot_quiver3(x,y,z,data(:,1),data(:,2),data(:,3),options_structure); 58 58 end 59 59 else
Note:
See TracChangeset
for help on using the changeset viewer.