@hackage wumpus-tree0.8.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.9.0
- wumpus-core ==0.34.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:
7.0 to 0.8.0:
Changed drawTreePicture to use the
ScalingContextdatatype from Wumpus.Basic. The typeScaleFactorsis now a type synonym forSalingContextoperation on all Doubles.Added an alternative drawing style family tree.
6.0 to 0.7.0:
More example trees in Demo01.hs.
Updated to track changes in Wumpus-Basic.