Top "Graphviz" questions

Graphviz, developed by AT&T Research Labs, is the leading application for layout and drawing of graphs (objects comprised of vertices connected by edges).

doxygen and graphviz doesn't generate map files

I am trying Graphviz and doxygen on a rather large C++ library to generate UML. It generates the .dot files …

uml doxygen graphviz dot
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 …

graphviz dot
Graphviz: Place edge label on the other side (II)

related questions are: Graphviz: Place edge label on the other side How to place edge labels ON edge in graphviz …

graphviz
How do you center a title for a diagram output to SVG using dot?

So far I tried this line but dot keeps pushing it aside making room for my nodes (pushes it to …

graphviz
Plotting decision tree, graphvizm pydotplus

I'm following the tutorial for decision tree on scikit documentation. I have pydotplus 2.0.2 but it is telling me that it …

scikit-learn graphviz pydot
Graphviz DOT arrange Nodes in circles, layout too "compact"

I'm halfway there please see the edit OK here's my problem, I'm generating a graph of a python module, including …

layout graph graphviz dot
subgraph cluster ranking in dot

I'm trying to use graphviz on media wiki as a documentation tool for software. First, I documented some class relationships …

graphviz dot
Graphviz: how to set 'default' arrow style?

Consider this dot language code: digraph graphname { subgraph clusterA { node [shape=plaintext,style=filled]; 1 -> 2 [arrowhead=normal,arrowtail=dot]; 2 …

graphviz dot
How to change Graphviz subgraph rank?

I want subgraph clusterCG to have same rank as 3 (clusterCG schould not contain 3) digraph G{ rankdir = LR; node [shape = none] 1…

graphviz dot
Interpreting callgrind data

I need a dynamic call graph for my app. I run it with callgrind tool (valgrind suite) and got callgrind.…

valgrind graphviz callgrind