Changeset 12062


Ignore:
Timestamp:
04/19/12 17:09:39 (13 years ago)
Author:
schlegel
Message:

allow negative lengths for n. hem

File:
1 edited

Legend:

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

    r9288 r12062  
    7272
    7373%Text North
    74 xN=max([A(1) D(1) E(1) F(1) G(1)])+ratio/3*lengtharrow;
     74xN=max([A(1) D(1) E(1) F(1) G(1)])+ratio/3*abs(lengtharrow);
    7575yN=mean([A(2) F(2) H(2)]);
    7676text(xN,yN,'North','FontSize',fontsize,'FontWeight','b');
Note: See TracChangeset for help on using the changeset viewer.