Ignore:
Timestamp:
10/31/13 12:08:07 (12 years ago)
Author:
bdef
Message:

Adding a slope computation for the EPL head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_contour.m

    r16349 r16592  
    230230                        h=patch('Xdata',[xc;NaN],'Ydata',[yc;NaN],'facecolor','none','edgecolor',color,'linewidth',linewidth);
    231231                        c = horzcat([level, xc'; length(xc), yc']);
    232                         clabel(c,h,'FontSize',10,'labelspacing',20000,'color',color);
     232                        %clabel(c,h,'FontSize',10,'labelspacing',20000,'color',color);
    233233                        hold on
    234234                end
Note: See TracChangeset for help on using the changeset viewer.