Changeset 22925
- Timestamp:
- 07/13/18 14:11:23 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_contour.m
r21824 r22925 246 246 if isplanet, 247 247 if (max(xc)-min(xc)+max(yc)-min(yc)+max(zc)-min(zc))<dist, continue; end 248 h=[h;patch('Xdata',[xc;NaN],'Ydata',[yc;NaN],'Zdata',[zc;NaN],'facecolor','none',' linewidth',linewidth)];248 h=[h;patch('Xdata',[xc;NaN],'Ydata',[yc;NaN],'Zdata',[zc;NaN],'facecolor','none','edgecolor',color,'linewidth',linewidth)]; 249 249 c = horzcat([level, xc'; length(xc), yc'; length(xc), zc']); 250 250 else
Note:
See TracChangeset
for help on using the changeset viewer.