Changeset 6498
- Timestamp:
- 11/04/10 10:26:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plotdoc.m
r6366 r6498 65 65 disp(' ''colorbarwidth'': multiplier (default 1) to the default width colorbar'); 66 66 disp(' ''colorbarheight'': multiplier (default 1) to the default height colorbar'); 67 disp(' ''colormap'': same as standard matlab option (''jet'','' HSV'',''cool'',''spring'',''gray'',...)');67 disp(' ''colormap'': same as standard matlab option (''jet'',''hsv'',''cool'',''spring'',''gray'',''Ala'',''Rignot'',...)'); 68 68 disp(' ''contourlevels'': N or {value1,valu2,value3,...} add the contours of the specified values or N contours'); 69 69 disp(' ''contourticks'': ''on'' or ''off'' to display the ticks of the contours'); … … 97 97 disp(' ''overlay'': yes or no. This will overlay a radar amplitude image behind'); 98 98 disp(' ''contrast'': (default 1) coefficient to add contrast to the radar amplitude image used in overlays'); 99 disp(' ''cutoff'': all values below cutoff will be taken as cutoff (default is 1.5)');100 99 disp(' ''highres'': resolution of overlayed radar amplitude image (default is 0, high resolution is 1).'); 101 100 disp(' ''hem'': specify hemisphere ''n'' or ''s'' (default is ''s'').');
Note:
See TracChangeset
for help on using the changeset viewer.