graphite-0.0.2.0: Graphs and networks library

Safe HaskellNone
LanguageHaskell2010

Data.Graph.Visualize

Synopsis

Documentation

plotIO :: Show e => Graph Int e -> FilePath -> IO FilePath Source #

Plot an undirected Graph to a PNG image file

plotXdgIO :: Show e => Graph Int e -> FilePath -> IO () Source #

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