Does anyone know how to add an edge between two subgraphs (clusters) in pydot? callgraph = pydot.Dot(graph_type=\'digraph\',fontname=\"Verdana\")
I am writing an algorithm to represent regression trees, using pydot module (an interface to Graphviz\'s Dot language).
I want to arrange the nodes in such a manner that there are 2 clusters A and B. B has further 2 clusters C and D.
pydot has a huge number of bound methods for getting and setting every little thing in a dot graph, reading and writing, you-name-it, but I can\'t seem to find a simple membership test.
I am trying to display a simple graph using pydot. My question is that is there any way to display the graph without writing it to a file as currently I use write function to first draw and then have
Consider a snippet of CSS code from a .css file in Visual Studio 2010 to be commented out. Normally Ctrl + E , Ctrl + C will comment your selected HTML and other source code.