Difference between revisions of "Addon:HtreePedigreeView"

From Gramps
Jump to: navigation, search
Line 1: Line 1:
 
{{Third-party plugin}}
 
{{Third-party plugin}}
  
 +
== The H-Tree ==
 +
 +
A structured, space-efficient technique for pedigree visualization (to display ancestral trees).
 +
 +
The H-tree based layout can be used to display ancestral trees. This layout increases the number of displayable generations, via a symmetrically arranged structure, provides the the user with an overview that allows them to understand and navigate through the data.
 +
 +
[[File:Htree trial modified grid Horizontal Left to Right 41.png|thumb|left|600px|H-tree trial(5 generation(31 people shown)(Gramps 4.1.0 Windows 7)]]
 +
 +
{{-}}
 +
 +
== See also ==
 
[[GEPS_030:_New_Visualization_Techniques#The_H-Tree]]
 
[[GEPS_030:_New_Visualization_Techniques#The_H-Tree]]
  
 +
== Issues ==
 +
* Only works with master under python 3
 +
* Segmentation fault with master under python 2
 +
* Status: See {{bug|6389}} for a manually working trial for Gramps 3.4.2 windows portable and Gramps 4.1.1
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]

Revision as of 02:52, 6 January 2015

Gramps-notes.png

Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker
Unless otherwise stated on this page, you can download this addon by following these instructions.
Please note that some Addons have prerequisites that need to be installed before they can be used.
This Addon/Plugin system is controlled by the Plugin Manager.


The H-Tree

A structured, space-efficient technique for pedigree visualization (to display ancestral trees).

The H-tree based layout can be used to display ancestral trees. This layout increases the number of displayable generations, via a symmetrically arranged structure, provides the the user with an overview that allows them to understand and navigate through the data.

H-tree trial(5 generation(31 people shown)(Gramps 4.1.0 Windows 7)


See also

GEPS_030:_New_Visualization_Techniques#The_H-Tree

Issues

  • Only works with master under python 3
  • Segmentation fault with master under python 2
  • Status: See 6389 for a manually working trial for Gramps 3.4.2 windows portable and Gramps 4.1.1