| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Graph.Visualize
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