I have a DOT file, say bar.dot
. How do I use gvpr
to output a graph as described below?
- let
A
be the set of nodes inbar.dot
with names that containfoo
- the graph should only contain nodes in
A
or nodes directly connected to at least one node inA
I haven’t tried anything yet because I’m not sure how to proceed with this problem. I have access to graphviz
if that solves this better.
New contributor
pseudorandomdev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.