GraphIO.jl
GraphIO.jl copied to clipboard
Add write function for dot-graphs
Right know, GraphIO can only read dot-graphs. It would be good if we also could write these. The we could use the GraphViz for plotting. While the dot-format has a lot of different features, it would be sufficient for know if we can write graphs of type SimpleGraphand SimpleDiGraph. This should not be very difficult to implement.
MetaGraph has an implementation:
https://github.com/JuliaGraphs/MetaGraphs.jl/blob/7efeb022acfc00ac22a1166b501e967a2c723510/src/persistence.jl