Changeset 1780
- Timestamp:
- 08/19/09 12:07:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_quiver.m
r1746 r1780 80 80 ticklabel=cell(1,length(levels)); 81 81 for i=1:length(levels), 82 ticklabel{i}=num2str( levels(i));82 ticklabel{i}=num2str(round_ice(levels(i),3)); 83 83 end 84 84 tickpos=1:numcolors+1;
Note:
See TracChangeset
for help on using the changeset viewer.