GraphIO.jl icon indicating copy to clipboard operation
GraphIO.jl copied to clipboard

Add write function for dot-graphs

Open simonschoelly opened this issue 7 years ago • 1 comments

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.

simonschoelly avatar Oct 04 '18 06:10 simonschoelly

MetaGraph has an implementation:

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

feanor12 avatar Feb 28 '20 21:02 feanor12