graphite-0.3.0.0: Graphs and networks library

Safe HaskellNone
LanguageHaskell2010

Data.Graph.Visualize

Synopsis

Documentation

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

Plot an undirected UGraph to a PNG image file

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

Same as plotUndirectedIO but open the resulting image with xdg-open

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

Plot a directed DGraph to a PNG image file

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

Same as plotDirectedIO but open the resulting image with xdg-open