Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draw nodes with at least l edges. #5

Merged
merged 1 commit into from
Oct 27, 2020
Merged

Conversation

MaxvdKolk
Copy link
Owner

Adds the option -l to indicate the minimum number of edges a nodes is
required to have before being inserted into the graph. Nodes having at
least l edges, are inserted in the graph, including all their
connections.

By providing -l 0 all nodes, including single nodes without any
inbound or outbound edges, will be drawn.

Closes #4.

Adds the option `-l` to indicate the minimum number of edges a nodes is
required to have before being inserted into the graph. Nodes having at
least `l` edges, are inserted in the graph, including all their
connections.

By providing `-l 0` all nodes, including single nodes without any
inbound or outbound edges, will be drawn.

Closes #4.
@MaxvdKolk MaxvdKolk self-assigned this Oct 27, 2020
@MaxvdKolk MaxvdKolk merged commit 479fb25 into master Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add single nodes to graph
1 participant