Skip to content

GraphvizAlgorithm.WriteEdges(..) does not differ between directed and undirected edges #1

Description

@DavidHollman

I noticed this problem today but then found that it already had been reported here:
https://quickgraph.codeplex.com/workitem/25880

The summary is:

If I export an undirectedgraph into graphviz, the edges will appear in the dot file as:
Vertex1 -> Vertex2
But because of the graph is undirected the output should look like:
Vertex1 -- Vertex2

Because of this the GraphViz dot program will actually throw an error. For the time being I am manually replacing the -> with -- using a string replace before writing to the .dot file.

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions