Changeset 7141


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

using nlines and ncols now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/plot/plot_qmuhistnorm.m

    r5429 r7141  
    1 function plot_qmuhistnorm(md,options,width,i);
     1function plot_qmuhistnorm(md,options,nlines,ncols,index);
     2
     3%prepare plot
     4subplot(nlines,ncols,index);
     5hold on
     6
    27
    38%recover histnorm data
     
    3540%use qmu plot
    3641eval(['plot_hist_norm(qmudata' qmuoptions ');']);
     42
     43%apply options
     44options=changefieldvalue(options,'colorbar','off');
     45applyoptions(md,[],options);
Note: See TracChangeset for help on using the changeset viewer.