Skip to content

Compatibility with directed Graphs.jl #23

@filchristou

Description

@filchristou

Is there any reason why this wouldn't play with DiGraphs ?
If you are interested I can push a branch with a constructor D3Tree(::DiGraph)
I will actually just transform the Graph in an AbstractTree implementation, where the directed edges lead to children.
Maybe some constraints need to apply (e.g. only graphs that can be transformed to trees).
I don't know what would happen to the library if there was to be cyclic graphs and multiple parents per node.
I am not familiar with the original javascript library.

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