Changeset 7143
- Timestamp:
- 01/23/11 11:40:09 (14 years ago)
- Location:
- issm/trunk/src/m/model/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/m/model/plot/plot_manager.m ¶
r7028 r7143 43 43 44 44 case 'qmuhistnorm', 45 plot_qmuhistnorm(md,options, subplotwidth,i);45 plot_qmuhistnorm(md,options,nlines,ncols,i); 46 46 return; 47 47 -
TabularUnified issm/trunk/src/m/model/plot/plotdoc.m ¶
r7028 r7143 54 54 disp(' ''alloptions'': apply the options to all subplots if ''on'''); 55 55 disp(' ''axis'': same as standard matlab option (''equal'',''off'',''equal on'',...)'); 56 disp(' ''basin'': zoom on a given basin (''pineislandglacier'',''ronneiceshelf'', type basinzoom for a complete list)'); 56 disp(' ''basin'': zoom on a given basin (''pineislandglacier'',''ronneiceshelf'', use isbasin to identify a basin'); 57 disp(' ''hemisphere'': specify +1 or -1'); 58 disp(' ''basindeltax'': in m'); 59 disp(' ''showbasins'': write lables for every existing basin name around the center of the plot'); 57 60 disp(' ''caxis'': modify colorbar range. (array of type [a b] where b>=a)'); 58 61 disp(' ''backgroundcolor'': plot background color. (default is ''w'')');
Note:
See TracChangeset
for help on using the changeset viewer.