@hackage wumpus-tree0.3.0
Drawing trees
Categories
License
BSD-3-Clause
Maintainer
Stephen Tetley <stephen.tetley@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (5)
- base <5
- containers >=0.3.0 && <0.4.0
- vector-space >=0.6
- wumpus-basic >=0.4.0
- wumpus-core >=0.23.0 Show all…
Dependents (1)
@hackage/acme-everything
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:
2.0 to 0.3.0
Updated to track changes in Wumpus-Basic. No new functionality.
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