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

to_dot does not correctly treat degree 0 vertices #123

Open
jiahao opened this issue Oct 18, 2014 · 0 comments
Open

to_dot does not correctly treat degree 0 vertices #123

jiahao opened this issue Oct 18, 2014 · 0 comments

Comments

@jiahao
Copy link
Contributor

jiahao commented Oct 18, 2014

julia> G = inclist(ExVertex); add_vertex!(G, ExVertex(1, "L1")); print(to_dot(G)) #Should be { 1 }
digraph gname
{
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants