Changeset 20274
- Timestamp:
- 02/29/16 19:54:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/quiver_colorbar.m
r13646 r20274 13 13 ticklabel{i}=num2str(round_ice(quivers.levels(i),3)); 14 14 end 15 tickpos=1 :quivers.numcolors+1;15 tickpos=1/(quivers.numcolors+1)*[1:quivers.numcolors+1]; 16 16 17 17 %remove ticks if to many have been created … … 24 24 %draw colorbar 25 25 set(hcb,'YTickLabel',ticklabel,'YTick',tickpos); 26 26 27 %position 27 28 if exist(options,'colorbarpos'),
Note:
See TracChangeset
for help on using the changeset viewer.