JuliaGraphs / GraphIO.jl

Graph IO functionality for various formats.
Other
61 stars 27 forks source link

Add write function for dot-graphs #19

Open simonschoelly opened 5 years ago

simonschoelly commented 5 years ago

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.

feanor12 commented 4 years ago

MetaGraph has an implementation:

https://github.com/JuliaGraphs/MetaGraphs.jl/blob/7efeb022acfc00ac22a1166b501e967a2c723510/src/persistence.jl