Changeset 6365
- Timestamp:
- 10/21/10 12:31:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plot_riftpenetration.m
r6286 r6365 46 46 %if penetration is negative, plot in black, positive, plot in red;: ie: if rift is closing, black, if rift is opening, red. 47 47 if(penetration>0), 48 p2=plot(x(penaltypairs(j,1)) ,y(penaltypairs(j,1)),'r *');48 p2=plot(x(penaltypairs(j,1)) ,y(penaltypairs(j,1)),'ro-','LineWidth',1); 49 49 isp2=1; 50 50 else 51 p1=plot(x(penaltypairs(j,1)) ,y(penaltypairs(j,1)),'k *');51 p1=plot(x(penaltypairs(j,1)) ,y(penaltypairs(j,1)),'ko-','LineWidth',1); 52 52 isp1=1; 53 53 end
Note:
See TracChangeset
for help on using the changeset viewer.