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).

How to add edge labels in Graphviz?

I am trying to draw a graph using Graphviz, but I need to add labels on the edges. There does …

graphviz dot
Xlib.h not found when building graphviz on Mac OS X 10.8 (Mountain Lion)

When using homebrew to install graphviz, the script gets to the point of "Making install in tkstubs" and then throws …

x11 graphviz homebrew osx-mountain-lion
Graphviz + Doxygen to generate UML class diagrams

I want to use Graphviz + Doxygen to generate a class diagram based on C++ code. This works already as Doxygen …

uml doxygen graphviz
Pure JavaScript Graphviz equivalent

Is anyone aware of a pure, Javascript based implementation of the directional flow diagrams that GraphViz is capable of generating? …

javascript graphviz
How to control node placement in graphviz (i.e. avoid edge crossings)

I'm using graphviz (dot) to generate the graph you can see below. The node in the lower left corner (red …

graphviz edge-detection dot
Graphviz, changing the size of edge

How to change the size of edge in dot (graphviz)? I would like to make some edges "bolded".

graphviz dot
How to prevent edges in graphviz to overlap each other

I have a graph I've created in graphviz, but the problem is that edges overlap each other (I have 5-7 …

graph-theory graphviz overlap
sh: dot: command not found + doxygen + Lion

MacOS version: 10.7.2 (Lion) Doxygen version: 1.7.5.1 Graphviz version: 2.29 Doxygen configuration: DOT_PATH = ../../../../Applications/Contents/MacOS/Graphviz HAVE_DOT = YES SHORT_NAMES = …

doxygen graphviz dot
Graphviz installation Ubuntu 14.04

I am trying to create a dot file using JDD project. It requires installation of Graphviz. I tried to install …

ubuntu dependencies graphviz dot
How to force node position (x and y) in graphviz

I am trying to force position of nodes. I have x and y coordinates of my nodes and its also …

position graph-theory graphviz dot