Changeset 16592 for issm/trunk-jpl/src/m/plot
- Timestamp:
- 10/31/13 12:08:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_contour.m
r16349 r16592 230 230 h=patch('Xdata',[xc;NaN],'Ydata',[yc;NaN],'facecolor','none','edgecolor',color,'linewidth',linewidth); 231 231 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); 233 233 hold on 234 234 end
Note:
See TracChangeset
for help on using the changeset viewer.