Skip to content

Tag: graphviz

A series of graphviz diagrams in a single pdf file

I create a graphviz diagram. Using below code. I add nodes … and edges … and then call the below code. It creates me a pdf file and a dot file. network1.view(file_name). This way my diagram becomes very complicated. What I want is, to create a series of network objects instead of one and to visual…