Changeset 3163


Ignore:
Timestamp:
03/03/10 08:36:20 (15 years ago)
Author:
seroussi
Message:

inset options comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plotdoc.m

    r3061 r3163  
    6868disp('       ''contourcolor'': ticks and contour color');
    6969disp('       ''density'': density of quivers (one arrow every N nodes, N integer)');
    70 disp('       ''inset'': add an inset (zoom) of the current figure if 1 (''insetx'', ''insety'' and ''insetpos'' to be documented)');
     70disp('       ''inset'': add an inset (zoom) of the current figure if 1 (use ''insetx'', ''insety'' and ''insetpos'' to determine the inset position and content)');
     71disp('       ''insetx'': [min(x) max(x)] where min(x) and max(x) are values determining the inset content');
     72disp('       ''insety'': [min(y) max(y)] where min(y) and max(y) are values determining the inset content');
     73disp('       ''insetpos'': [x,y,dx,dy] where x,y,dx and dy are within [0 1]');
    7174disp('       ''streamlines'': N (number of stream lines) or {[x1 y1],...} (coordinates of seed points) add streanlines on current figure');
    7275disp('       ''edgecolor'': same as standard matlab option EdgeColor (color name: ''black'' or RGB array: [0.5 0.2 0.8])');
Note: See TracChangeset for help on using the changeset viewer.