Changeset 12193


Ignore:
Timestamp:
05/03/12 13:41:19 (13 years ago)
Author:
cborstad
Message:

clarified northarrow plot documentation

Location:
issm/trunk-jpl/src/m/model/plot
Files:
2 edited

Legend:

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

    r12062 r12193  
    1616        structure(6)=16; %default fontsize
    1717elseif length(structure)>6
    18         error('plotmodel error message: to many input arguments for northarrow: [x0 y0 length [ratio [width]]]');
     18        error('plotmodel error message: to many input arguments for northarrow: [x0 y0 length [ratio width fontsize]]');
    1919end
    2020
  • TabularUnified issm/trunk-jpl/src/m/model/plot/plotdoc.m

    r11249 r12193  
    130130disp('       ''latlonclick'': ''on'' to click on latlon ticks positions');
    131131disp('                   colornumber is a [r g b] array and latangle and lonangle are angles to flip the numbers');
    132 disp('       ''northarrow'': add an arrow pointing north, ''on'' for default value or [x0 y0 length [ratio [width]]] where (x0,y0) are the coordinates of the base, and ratio=headlength/length');
     132disp('       ''northarrow'': add an arrow pointing north, ''on'' for default value or [x0 y0 length [ratio width fontsize]] where (x0,y0) are the coordinates of the base, ratio=headlength/length');
    133133disp('       ''offset'': mesh offset used by ''rifts'', default is 500');
    134134disp('       ''scaleruler'': add a scale ruler, ''on'' for default value or [x0 y0 length width numberofticks] where (x0,y0) are the coordinates of the lower left corner');
Note: See TracChangeset for help on using the changeset viewer.