Changeset 4709


Ignore:
Timestamp:
07/21/10 18:44:12 (15 years ago)
Author:
Eric.Larour
Message:

Added part_hist plot, inspired from the part_hist.m file found previously in public/partition/
from John Schiermeir.

Location:
issm/trunk/src/m/classes/public/plot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plot_manager.m

    r4330 r4709  
    3535                case 'histnorm',
    3636                        plot_qmuhistnorm(md,options,subplotwidth,i);
     37                        return;
     38                case 'part_hist',
     39                        plot_parthist(md,options,nlines,ncols,i);
    3740                        return;
    3841                case 'elements_type',
  • issm/trunk/src/m/classes/public/plot/plotdoc.m

    r4682 r4709  
    4848disp('                  - ''normplot'': norm plot');
    4949disp('                  - ''histnorm'': histogram normal distribution. needs option histnorm_data');
     50disp('                  - ''part_hist'': partitioning node and area histogram');
    5051
    5152answer = lower(input(['more?(y/n) \n'],'s'));
Note: See TracChangeset for help on using the changeset viewer.