graph-rewriting-layout-0.4.3: Force-directed node placement intended for incremental graph drawing

GraphRewriting.Layout.Wrapper

Synopsis

Documentation

data Wrapper w Source

Wraps a value of type w, augmenting it with layout information

Instances

wrapGraph :: Graph n -> Graph (Wrapper n)Source

Wraps the nodes of a graph, augmenting them with layout information

module Data.View