@hackage wumpus-tree0.6.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.

Changelog:

  1. 5.0 to 0.6.0:

  • Updated to track changes in Wumpus-Basic.

  1. 4.0 to 0.5.0:

  • Updated to track changes in Wumpus-Basic. Nothing new.

  1. 3.0 to 0.4.0:

  • Updated to track changes in Wumpus-Basic. Nothing new.

  1. 2.0 to 0.3.0:

  • Updated to track changes in Wumpus-Basic. No new functionality.

  1. 1.0 to 0.2.0:

  • Changed internals to use ConsDrawing monad as Wumpus-Basic has changed.

  • Internal change to use AGraphic rather than MGraphicF