@hackage wumpus-tree0.8.0

Drawing trees

Tree drawing with nice layout.

Draw trees represented by Data.Tree, output SVG or EPS. The output should be quite good - no overlapping edges, identical subtrees should have the same shape, leaf nodes evenly spaced.

** WARNING ** - the API is unstable and will change.

Changelog:

  1. 7.0 to 0.8.0:

  • Changed drawTreePicture to use the ScalingContext datatype from Wumpus.Basic. The type ScaleFactors is now a type synonym for SalingContext operation on all Doubles.

  • Added an alternative drawing style family tree.

  1. 6.0 to 0.7.0:

  • More example trees in Demo01.hs.

  • Updated to track changes in Wumpus-Basic.