I want the edges of my graph to connect together.
After looking in the GraphViz documentation I think I have to set the graph attributes concentrate=true and compound = false. Somehow setting compound=false does not work.
After generating the code for the
graph, the compound attribute is still set to true.
My code:
Compound.txt
I want the edges of my graph to connect together.
After looking in the GraphViz documentation I think I have to set the graph attributes concentrate=true and compound = false. Somehow setting compound=false does not work.
After generating the code for the
graph, the compound attribute is still set to true.
My code:
Compound.txt