Changeset 2784
- Timestamp:
- 01/08/10 07:16:43 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/applyoptions.m
r2720 r2784 81 81 82 82 %Basinzoom 83 if exist(options,'basin zoom');84 basinzoom(getfieldvalue(options,'basin zoom'),getfieldvalue(options,'unit',1));83 if exist(options,'basin'); 84 basinzoom(getfieldvalue(options,'basin'),getfieldvalue(options,'unit',1)); 85 85 end 86 86 -
issm/trunk/src/m/classes/public/plot/plotdoc.m
r2733 r2784 52 52 53 53 disp(' ''axis'': same as standard matlab option (''equal'',''off'',''equal on'',...)'); 54 disp(' ''basin zoom'': zoom on a given basin (''pineislandglacier'',''ronneiceshelf'', type basinzoom for a complete list)');54 disp(' ''basin'': zoom on a given basin (''pineislandglacier'',''ronneiceshelf'', type basinzoom for a complete list)'); 55 55 disp(' ''caxis'': modify colorbar range. (array of type [a b] where b>=a)'); 56 56 disp(' ''colorlevels'': N or {value1,valu2,value3,...} used if quiver, use different colors for the given number of colors or limits');
Note:
See TracChangeset
for help on using the changeset viewer.