@hackage wumpus-tree0.10.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.12.0
- wumpus-core ==0.36.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, leaf nodes evenly spaced.
** WARNING ** - the API is unstable and will change.
Changelog:
9.0 to 0.10.0:
Internal changes to track updates to Wumpus-Basic.
8.0 to 0.9.0:
Stopped re-exporting
DrawingContextfrom Wumpus-Basic in the module Wumpus.Tree. Clients must now importWumpus.Basic.Graphicto get theDrawingContexttype and the constructorStandardContext.Internal changes to track updates to Wumpus-Basic.