Changeset 7141
- Timestamp:
- 01/23/11 11:39:08 (14 years ago)
- 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); 1 function plot_qmuhistnorm(md,options,nlines,ncols,index); 2 3 %prepare plot 4 subplot(nlines,ncols,index); 5 hold on 6 2 7 3 8 %recover histnorm data … … 35 40 %use qmu plot 36 41 eval(['plot_hist_norm(qmudata' qmuoptions ');']); 42 43 %apply options 44 options=changefieldvalue(options,'colorbar','off'); 45 applyoptions(md,[],options);
Note:
See TracChangeset
for help on using the changeset viewer.