Changeset 1744 for issm/trunk/src/m/classes/public/plot/plotdoc.m
- Timestamp:
- 08/18/09 09:50:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plotdoc.m
r1606 r1744 12 12 disp(' Available values for ''data'' are: '); 13 13 disp(' - any field of the model structure. ex: plot(md,''data'',''vel''), or plot(md,''data'',md.vel)'); 14 disp(' - ''basal_drag'': plot the basal drag on the bed (in kPa)'); 15 disp(' - ''basal_dragx'' or ''basal_dragy'' : plot a component of the basal drag on the bed (in kPa)'); 14 16 disp(' - ''boundaries'': this will draw all the segment boundaries to the model, including rifts.'); 15 17 disp(' - ''deviatoricstress_tensor'': plot the components of the deviatoric stress tensor (tauxx,tauyy,tauzz,tauxy,tauxz,tauyz) if computed'); 16 18 disp(' - ''deviatoricstress_principal'': plot the deviatoricstress tensor principal axis and principal values'); 17 19 disp(' - ''deviatoricstress_principalaxis1'': arrow plot the first principal axis of the deviatoricstress tensor(replace 1 by 2 or 3 if needed)'); 20 disp(' - ''driving_stress'': plot the driving stress (in kPa)'); 18 21 disp(' - ''elements_type'': model used for each element'); 19 22 disp(' - ''elementnumbering'': numbering of elements'); … … 23 26 disp(' - ''highlightgrids'': to highlight grids (use highlight option to enter the grid list'); 24 27 disp(' - ''mesh'': draw mesh using trisurf'); 25 disp(' - ''quiver'': arrow plot of the velocity in 2d');26 disp(' - ''quiver3'': arrow plot of the velocity in 3d');27 disp(' - ''quivervel'': arrow plot of the velocity superimposed with its magnitude');28 28 disp(' - ''riftvel'': velocities along rifts'); 29 29 disp(' - ''riftrelvel'': relative velocities along rifts'); 30 30 disp(' - ''riftpenetration'': penetration levels for a fault'); 31 disp(' - ''basal_drag'': plot the basal drag on the bed (in kPa)');32 disp(' - ''basal_dragx'' or ''basal_dragy'' : plot a component of the basal drag on the bed (in kPa)');33 disp(' - ''driving_stress'': plot the driving stress (in kPa)');34 31 disp(' - ''strainrate_tensor'': plot the components of the strainrate tensor (exx,eyy,ezz,exy,exz,eyz) if computed'); 35 32 disp(' - ''strainrate_principal'': plot the strainrate tensor principal axis and principal values)'); … … 54 51 disp(' ''antzoom'': zoom on a given Antarctic basin (''pineislandglacier'',''ronneiceshelf'', type antzoom for a complete list)'); 55 52 disp(' ''caxis'': modify colorbar range. (array of type [a b] where b>=a)'); 53 disp(' ''colorlevels'': N or {value1,valu2,value3,...} used if quiver, use different colors for the given number of colors or limits'); 56 54 disp(' ''colorbar'': add colorbar (string ''on'' or ''off'')'); 57 55 disp(' ''colorbarpos'': [x,y,dx,dy] where x,y,dx and dy are within [0 1]'); … … 63 61 disp(' ''density'': density of quivers (one arrow every N nodes, N integer)'); 64 62 disp(' ''streamlines'': N (number of stream lines) or {[x1 y1],...} (coordinates of seed points) add streanlines on current figure'); 65 disp(' ''wrapping'': repeat ''n'' times the colormap (''n'' must be an integer)');66 63 disp(' ''edgecolor'': same as standard matlab option EdgeColor (color name: ''black'' or RGB array: [0.5 0.2 0.8])'); 67 64 disp(' ''fontsize'': same as standard matlab option (normal: ''n'',bold: ''b'',light: ''l'',demi: ''d'')'); … … 103 100 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'); 104 101 disp(' ''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'); 102 disp(' ''wrapping'': repeat ''n'' times the colormap (''n'' must be an integer)'); 105 103 disp(' '); 106 104 disp(' any options (except ''data'') can be followed by ''#i'' where ''i'' is the subplot number, or ''#all'' if applied to all plots');
Note:
See TracChangeset
for help on using the changeset viewer.