Changeset 3163
- Timestamp:
- 03/03/10 08:36:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plotdoc.m
r3061 r3163 68 68 disp(' ''contourcolor'': ticks and contour color'); 69 69 disp(' ''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)'); 70 disp(' ''inset'': add an inset (zoom) of the current figure if 1 (use ''insetx'', ''insety'' and ''insetpos'' to determine the inset position and content)'); 71 disp(' ''insetx'': [min(x) max(x)] where min(x) and max(x) are values determining the inset content'); 72 disp(' ''insety'': [min(y) max(y)] where min(y) and max(y) are values determining the inset content'); 73 disp(' ''insetpos'': [x,y,dx,dy] where x,y,dx and dy are within [0 1]'); 71 74 disp(' ''streamlines'': N (number of stream lines) or {[x1 y1],...} (coordinates of seed points) add streanlines on current figure'); 72 75 disp(' ''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.