dot
A tool to visualize network connections
Currently I\'m planning on using dot and it\'s family. I want to know if开发者_开发技巧 there is something more appropriate?[详细]
2023-03-23 13:26 分类:问答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 分类:问答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 分类:问答Using doxygen to create (through graphviz's dot) a graphical representation of the entire program
A stack overflow thread (found through google of course) directed me to 开发者_开发知识库use doxygen to auto-create documentation (originally because I inherited a code base that was to be diagrammed,[详细]
2023-03-16 04:21 分类:问答Graphviz/Dot - how to mark all leaves in a tree with a distinctive color?
I have a script which prints a graph as .dot file. I would like to highlight all vertices of different degree with distinctive colors. Is it possible with Graphviz?[详细]
2023-03-16 02:12 分类:问答test for node membership in pydot graph
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.[详细]
2023-03-11 12:11 分类:问答graphviz: record node with a bold title
I\'m trying to use graphviz to do something similar to UML class diagrams. I wonder whether there is a way to make a node of style \'register\' have its first field i开发者_如何学运维n a bold font, t[详细]
2023-03-09 16:40 分类:问答how can I adjust direction of edge in dot diagram?
Before asking, I tried to search the answer for my question, buf I couldn\'t find. My question is about changing edge direction in dot diagram. Rankdir is \'LR\', but in certain part of graph, I want[详细]
2023-03-09 12:18 分类:问答Distance between edges and nodes in graphviz
How do I configure the distance between edges开发者_如何学Python and nodes (red), i.e. the outer shape of a node(blue)?[详细]
2023-03-08 17:42 分类:问答Rank attribute is confusing to me
Rank attribute on edge has five values \"same\", \"min\", \"source\", \"max\", \"sink\". Except \"same\", I have no idea when to use other values.[详细]
2023-03-08 14:33 分类:问答