Changeset 7143


Ignore:
Timestamp:
01/23/11 11:40:09 (14 years ago)
Author:
Eric.Larour
Message:

showbasins and basinzoom better doc.
plot_manager: now calling qmu_histnorm with new nlines and ncols call

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  
    4343               
    4444                case 'qmuhistnorm',
    45                         plot_qmuhistnorm(md,options,subplotwidth,i);
     45                        plot_qmuhistnorm(md,options,nlines,ncols,i);
    4646                        return;
    4747
  • TabularUnified issm/trunk/src/m/model/plot/plotdoc.m

    r7028 r7143  
    5454disp('       ''alloptions'': apply the options to all subplots if ''on''');
    5555disp('       ''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)');
     56disp('       ''basin'': zoom on a given basin (''pineislandglacier'',''ronneiceshelf'', use isbasin to identify a basin');
     57disp('                 ''hemisphere'': specify +1 or -1');
     58disp('                 ''basindeltax'': in m');
     59disp('                 ''showbasins'': write lables for every existing basin name around the center of the plot');
    5760disp('       ''caxis'': modify  colorbar range. (array of type [a b] where b>=a)');
    5861disp('       ''backgroundcolor'': plot background color. (default is ''w'')');
Note: See TracChangeset for help on using the changeset viewer.