Changeset 5527
- Timestamp:
- 08/23/10 17:32:41 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public/plot
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_manager.m
r5421 r5527 35 35 case 'qmuhistnorm', 36 36 plot_qmuhistnorm(md,options,subplotwidth,i); 37 return; 38 39 case 'qmumean', 40 plot_qmumean(md,options,nlines,ncols,i); 41 return; 42 43 case 'qmustddev', 44 plot_qmustddev(md,options,nlines,ncols,i); 37 45 return; 38 46 -
issm/trunk/src/m/classes/public/plot/plotdoc.m
r5421 r5527 47 47 disp(' - ''thermaltransient_results'': this will display all the time steps of a thermal transient run'); 48 48 disp(' - ''qmuhistnorm'': histogram normal distribution. needs option qmudata'); 49 disp(' - ''qmumean'': plot of mean distribution in sampling analysis with scaled response. needs option qmudata for descriptor'); 50 disp(' - ''qmustddev'': plot of stddev distribution in sampling analysis with scaled response. needs option qmudata for descriptor'); 49 51 disp(' - ''part_hist'': partitioning node and area histogram'); 50 52
Note:
See TracChangeset
for help on using the changeset viewer.