Skip to content

Parse default graph attributes #18

Open
@cpettitt

Description

@cpettitt

Currently rankdir doesn't get attached to the graph object in graphlib-dot, but it does with graphviz:

digraph {
    graph [rankdir=LR];

    X -> Y;
    Y -> X;
    Y -> Z;
    Z -> Y;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions