graphite-0.2.1.0: Graphs and networks library

Safe HaskellNone
LanguageHaskell2010

Data.Graph.Visualize

Synopsis

Documentation

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

Plot an undirected UGraph to a PNG image file

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

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