Changeset 6658
- Timestamp:
- 11/24/10 12:01:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/scaleruler.m
r6370 r6658 32 32 xt=Bu(1); 33 33 yt=Bu(2)+widthscale; 34 text(xt,yt,num2str(Tick),'FontSize',fontsize,'FontWeight',' b','HorizontalAlignment','center');34 text(xt,yt,num2str(Tick),'FontSize',fontsize,'FontWeight','n','HorizontalAlignment','left','VerticalAlignment','baseline'); 35 35 36 36 %loope over the patches … … 56 56 yt=Bu(2)+widthscale; 57 57 if i~=numberofticks-1, 58 text(xt,yt,num2str(round_ice(Tick/1000,3)),'FontSize',fontsize,'FontWeight',' b','HorizontalAlignment','center');58 text(xt,yt,num2str(round_ice(Tick/1000,3)),'FontSize',fontsize,'FontWeight','n','HorizontalAlignment','left','VerticalAlignment','baseline'); 59 59 end 60 60 end 61 text(xt,yt,[num2str(round_ice(Tick/1000,3)) ' km'],'FontSize',fontsize,'FontWeight',' b','HorizontalAlignment','center');61 text(xt,yt,[num2str(round_ice(Tick/1000,3)) ' km'],'FontSize',fontsize,'FontWeight','n','HorizontalAlignment','left','VerticalAlignment','baseline');
Note:
See TracChangeset
for help on using the changeset viewer.