Skip to content

DOT: graph/digraph mixed with --/-> #105

Description

@xamde

DOT has two ways to specify edge direction.

An undirected graph is

graph foo
a -- b

and a directed graph is

digraph foo
a -> b

But what is the correct interpretation of

graph foo
a -> b

or

digraph foo
a -- b

Current impl treats graph vs digraph as graph-level default
and -- vs -> as edge-level definition.

Metadata

Metadata

Assignees

Labels

Type

Fields

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions