graphviz
How to add ports to nodes in an Agraph_t?
I\'m trying to add ports to nodes, but apparently I\'m missing something. aginit(); Agraph_t *g = agopen(\"g\", AGFLAG_DIRECTED);[详细]
2023-03-26 15:27 分类:问答Graphviz: Stacking fields vertically within a subraph
I am trying t开发者_如何学Co stack a group of fields vertically (there are 8 specific fields, so I would preferably have 4x4) within Graphviz.I have a subgraph cluster containing 8 fields, which by de[详细]
2023-03-26 11:15 分类:问答dot graph without labels
I have a graph file to draw using \"dot\". I don\'t want to show any label for any node.开发者_开发问答 I am wondering how to do this without specifying a configuration for each node since there are t[详细]
2023-03-25 23:09 分类:问答How do I add edges between two subgraphs in pydot?
Does anyone know how to add an edge between two subgraphs (clusters) in pydot? callgraph = pydot.Dot(graph_type=\'digraph\',fontname=\"Verdana\")[详细]
2023-03-25 21:27 分类:问答Placing clusters on the same rank in Graphviz
I would like these two nodes to appear on the same level: digraph G { subgraph cluster1 { label=\"Local Datacenter\";[详细]
2023-03-23 09:08 分类:问答How can I change the position in my HTML of the created graph by graphviz if I am using DOT & doxygen?
I using dot and Graphviz in doxygen to create a user manual of my code in HTML. The doxygen code looks somewhat like this:[详细]
2023-03-21 20:27 分类:问答Enable to use django-extensions with pygraphviz
I\'m trying to use pygraphviz und开发者_如何学Pythoner Ubuntu 10.04 within my Django projects. I used synaptic and it was installed without any problem.[详细]
2023-03-21 20:22 分类:问答Optimal dot / GraphViz layout for graph DB schema
I\'m using dot + GraphViz for the first time to help with planning out a graph DB schema. As I add more nodes, the output is looking less than ideal. In particular, the languages and countries are lo[详细]
2023-03-21 10:06 分类:问答highlighting clusters or subtrees in graphViz
I want to highlight various sub-trees in a given tree using different colors. e.g. consider binary tree below (I could show the edges between parent and its children)[详细]
2023-03-20 08:41 分类:问答Image_Graphviz Example shows nothing
i´m trying to use Image_开发者_C百科Graphviz from pear. I installed the package via pear install. All went fine, pear list displays the package as stable.[详细]
2023-03-20 03:23 分类:问答
加载中,请稍侯......