graphite-0.7.0.0: Graphs and networks library

Safe HaskellNone
LanguageHaskell2010

Data.Graph.Visualize

Synopsis

Documentation

plotUGraph :: Show e => UGraph Int e -> IO () Source #

Plot an undirected UGraph

plotUGraphPng :: Show e => UGraph Int e -> FilePath -> IO FilePath Source #

Plot an undirected UGraph to a PNG image file

plotDGraph :: Show e => DGraph Int e -> IO () Source #

Plot a directed DGraph

plotDGraphPng :: Show e => DGraph Int e -> FilePath -> IO FilePath Source #

Plot a directed DGraph to a PNG image file