Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.
This repository was archived by the owner on Oct 21, 2021. It is now read-only.

trouble creating plots with attributes #249

@tungli

Description

@tungli

I was trying to create a more advanced graph plot by using ExEdge and ExVertex objects in a graph but passing them to to_dot() function resulted in skipping the attributes.
I fixed it by bypassing an if-block in dot.jl, line 27:

if false#implements_edge_list(graph) && implements_vertex_map(graph)

This is, of course, not an ideal solution, hopefully somebody who has a better understanding of the package structure can fix this properly.

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