GraphViz icon indicating copy to clipboard operation
GraphViz copied to clipboard

When the graph is not directed, edges are not rendered properly.

Open drupol opened this issue 6 years ago • 0 comments

If the graph is a digraph, edges should be rendered:

edge1 -> edge2

else

edge1 -- edge2

Right now, that logic is not implemented.

drupol avatar Sep 05 '19 18:09 drupol