Changeset 6365


Ignore:
Timestamp:
10/21/10 12:31:02 (14 years ago)
Author:
Eric.Larour
Message:

changed type of markers

File:
1 edited

Legend:

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

    r6286 r6365  
    4646                        %if penetration is negative, plot in black, positive, plot in red;: ie: if rift is closing, black, if rift is opening, red.
    4747                        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);
    4949                                isp2=1;
    5050                        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);
    5252                                isp1=1;
    5353                        end
Note: See TracChangeset for help on using the changeset viewer.