Changeset 6658


Ignore:
Timestamp:
11/24/10 12:01:31 (14 years ago)
Author:
seroussi
Message:

plot scalerule

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/plot/scaleruler.m

    r6370 r6658  
    3232xt=Bu(1);
    3333yt=Bu(2)+widthscale;
    34 text(xt,yt,num2str(Tick),'FontSize',fontsize,'FontWeight','b','HorizontalAlignment','center');
     34text(xt,yt,num2str(Tick),'FontSize',fontsize,'FontWeight','n','HorizontalAlignment','left','VerticalAlignment','baseline');
    3535
    3636%loope over the patches
     
    5656        yt=Bu(2)+widthscale;
    5757        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');
    5959        end
    6060end
    61 text(xt,yt,[num2str(round_ice(Tick/1000,3)) ' km'],'FontSize',fontsize,'FontWeight','b','HorizontalAlignment','center');
     61text(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.