Top "Directed-graph" questions

A directed graph is graph, i.e., a set of objects (called vertices or nodes) that are connected together, where all the edges are directed from one vertex to another.

Graphviz Dot Algorithm

Is there any documentation (full pseudo code?) on the algorithm from dot within the Graphviz Library? I only found some …

graph graphviz dot directed-graph
networkx: Draw text on edges

for my thesis I need to draw some probabilistic control flow graphs. i.e. control flow graphs with probabilities depicted …

python networkx graph-theory directed-graph control-flow
Graphviz Legend/Key with Nodes

I am trying to create a legend/key in Graphviz that contains, not just text, but nodes and edges. While …

key graphviz legend directed-graph
GraphSharp .Net Graph Layout Engine

I want to use the apparently fantastic GraphSharp library but the project has NO documentation. Specifically I'm interested in using …

.net graph graph-theory directed-graph
D3 Directed graphs

I have used the following example to generate directed graphs http://bl.ocks.org/1153292 I want to add a click …

d3.js directed-graph