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

Description
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.