package pfff
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Tools and APIs for program analysis, code visualization, refactoring
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.39.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=19e3eb1003161d8e7ed65c96c4f69d52
    
    
  sha512=37834e1726a004272fbc153fc4cd0a6afdf02b7918acf27492acd60890c32591eb8f5b22fcfd99dd707d8507b8208bdb24c99de9fd940cc2ad0171f1d103743f
    
    
  doc/pfff-h_visualization/Treemap/index.html
Module Treemap
type ('dir, 'file) tree = ('dir, 'file) Common2.treetype ('dir, 'file) treemap = (treemap_data * 'dir, treemap_data * 'file) treetype treemap_rendering = treemap_rectangle listand treemap_rectangle = {- tr_rect : Figures.rectangle;
- tr_color : int;
- tr_label : string;
- tr_depth : int;
- tr_is_node : bool;
}val xy_ratio : float refval rect_ortho : unit -> Figures.rectangletype ('a, 'b) layout_func =
  (float * ('a, 'b) treemap) list ->
  int ->
  Figures.rectangle ->
  (float * ('a, 'b) treemap * Figures.rectangle) listval algos : algorithm listval layoutf_of_algo : algorithm -> ('a, 'b) layout_funcval render_treemap : 
  ?algo:algorithm ->
  ?big_borders:bool ->
  ('dir, 'file) treemap ->
  treemap_renderingval treemap_of_tree : 
  size_of_leaf:('file -> int) ->
  color_of_leaf:('file -> Simple_color.color) ->
  ?label_of_file:('file -> string) ->
  ?label_of_dir:('dir -> string) ->
  ('dir, 'file) tree ->
  ('dir, 'file) treemapval follow_symlinks : bool refval tree_of_dirs_or_files : 
  ?filter_file:(Common.filename -> bool) ->
  ?filter_dir:(Common.dirname -> bool) ->
  ?sort:directory_sort ->
  file_hook:(Common.filename -> 'a) ->
  Common2.path list ->
  (Common.dirname, Common.filename * 'a) treeval remove_singleton_subdirs : 
  (Common.dirname, Common.filename * 'a) tree ->
  (Common.dirname, Common.filename * 'a) treeval color_of_treemap_node : ('a, 'b) treemap -> Simple_color.colorval size_of_treemap_node : ('a, 'b) treemap -> intval s_of_algo : algorithm -> stringval algo_of_s : string -> algorithmval tree_ex_shneiderman_1991 : (unit, int) treeval tree_ex_wijk_1999 : (unit, int) treeval treemap_ex_ordered_2001 : (unit, unit) treemapval actions : unit -> Common.cmdline_actions sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >