The latest version of wumpus-tree is 0.20.0-0.
wumpus-tree
Version 0.9.0 revision 0 uploaded by StephenTetley.
Package meta
- Synopsis
- Drawing trees
- Description
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:
8.0 to 0.9.0:
Stopped re-exporting
DrawingContext
from Wumpus-Basic in the module Wumpus.Tree. Clients must now importWumpus.Basic.Graphic
to get theDrawingContext
type and the constructorStandardContext
.Internal changes to track updates to Wumpus-Basic.
- Author
- n/a
- Bug reports
- n/a
- Category
- Graphics
- Copyright
- Stephen Tetley <stephen.tetley@gmail.com>
- Homepage
- http://code.google.com/p/copperbox/
- Maintainer
- Stephen Tetley <stephen.tetley@gmail.com>
- Package URL
- n/a
- Stability
- highly unstable