Tagged 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). It includes the dot language, a complete syntax for graph description and a set of layout engines. Graphviz is free and open source.

learn more… | top users | synonyms

25
votes
15answers
6k views

Visualizing Undirected Graph That's Too Large for GraphViz?

I was wondering if anyone has any advice for rendering an undirected graph with 178,000 nodes and 500,000 edges. I've tried Neato, Tulip, and Cytoscape. Neato doesn't even come remotely close, and ...
17
votes
2answers
5k views

GraphViz - How to connect subgraphs?

In the DOT language for GraphViz, I'm trying to represent a dependency diagram. I need to be able to have nodes inside a container and to be able to make nodes and/or containers dependent on other ...
15
votes
4answers
4k views

Family tree layout with Dot/GraphViz

I am trying to draw a family tree with Dot and GraphViz. This is what I currently have: # just graph set-up digraph simpsons { ratio = "auto" mincross = 2.0 # draw some nodes "Abraham" ...
14
votes
2answers
1k views

Pure Graphviz equiv for Javascript

Is anyone aware of a pure, Javascript based implementation of the directional flow diagrams that GraphViz is capable of generating? I am NOT interested in pretty visuals output, but the computations ...
13
votes
4answers
3k views

Library to render Directed Graphs (similar to graphviz) on Google App Engine

I am looking for a Java or Python library that can render graphs in the Dot language as image file. The problem is that I need a library that I can use on Google App Engine. Basically I am looking ...
13
votes
3answers
7k views

Graphviz: How to go from .dot to a graph?

I can't seem to figure this out. I have a .dot file, which is valid according to the syntax. How do I use graphviz to convert this into an image? (note that I'm on Windows, not linux)
11
votes
2answers
3k views

Improving graphviz layout

I have perfection paralysis when it comes to producing something graphic. If symmetries of the visual have not been fully explored, I have a harder time comprehending what is going on. I am a very ...
10
votes
2answers
3k views

Graphviz, changing the size of edge

How to change the size of edge in dot (graphviz)? I would like to make some edges "bolded". Thanks.
10
votes
1answer
2k views

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 not seem to be any way to that in Graphviz. Are there a way out?
9
votes
2answers
609 views

using Graphviz Dlls in asp.net c# application

I am using the Graphviz Dlls in an asp.net application, i am using the method described here to access the Dlls through my c# code:- http://implicitoperator.com/blog/2010/4/11/graphviz-c-sample.html ...
9
votes
5answers
2k views

Installing PygraphViz on Windows, Python 2.6

Anybody out there has successfully installed PygraphViz on Windows? Since there is not an official release for Windows, I'm trying to build it myself, but it fails to compile. I'm not the first one ...
9
votes
3answers
2k views

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 ellipse) causes annoyance as its edges cross several edges of the adjacent node. Is there a way ...
9
votes
11answers
5k views

Graphviz for documentation

I noticed that doxygen uses the graphviz library for creating diagrams. Have you ever used graphviz for generating documentation? Is it worth learning the graphviz for documentation purposes outside ...
8
votes
1answer
1k views

graphviz: minor tweaks to make the graph look nicer

I have a test graph here that I would like to tweak to make it look nicer. Here is the graphviz (dot) source, test6.dot: digraph G { ranksep=0.3; size="6.0,6.0"; node [fontsize=11]; ...
7
votes
1answer
1k views

Reducing graph size in graphviz

Does anyone have any general tips for reducing the size of a graph generated by graphviz (size as in area, not as in file size). I have a fairly large graph (700 nodes). I set a smaller font size for ...
7
votes
1answer
539 views

How to place edge labels ON edge in graphviz

By default in Graphviz, edge labels are placed just to the right of the edge. I'm looking for a way to place the labels OVER the edge, centred on the edge. (It'll still be readable because I'm ...
7
votes
4answers
2k views

GraphViz - How to have a subgraph be left-to-right when main graph is top-to-bottom?

I have a graph file like this: digraph { "Step1" -> "Step2" -> "Step3"; subgraph step2detail { "Step2" -> "note1"; "Step2" -> "note2"; "Step2" -> ...
6
votes
1answer
617 views

Text wrapping with dot (graphviz)

I used the code below to create this graphic using dot (graphviz). digraph { node [color=Blue,shape=box] 1.1 [label="Frequency of t exceeds upper threshold"] 2.1 [label="t has d-mutant tiles"] ...
6
votes
2answers
933 views

Graphviz Alternatives?

I'm looking for alternatives to GraphViz. I've been using GraphViz for more than a decade and it's okay, but the layouts are just not producing publication-quality graphs for me given my input data. ...
6
votes
1answer
387 views

Graphviz can't find any fonts

I'm getting "Could not find/open font" errors when doing anything with graphviz. I've been narrowing it down to an as simple graph as possible, in the file simplest.dot: digraph G { node1 } When ...
6
votes
1answer
634 views

Software to draw graphical models in plate notation

So I see graphical models expressed in plate notation in research papers and online all the time (for example: http://www.cs.princeton.edu/~blei/papers/BleiNgJordan2003.pdf). Is there a quick and ...
6
votes
1answer
2k views

Control layout using graphviz twopi

I am trying to draw a graph showing search prefixes using twopi. I have a simple input file and am getting this output: (full image) Here is the input file: digraph search { // ordering=out; // ...
6
votes
2answers
916 views

Planar Graph Layouts

What are some edge overlap minimization techniques when laying out a graph? (Preferably related to GraphViz) Also are there any existing software that can layout a graph in a planar fashion? Current ...
6
votes
3answers
924 views

How to visualize an Erlang gen_fsm

Do you know of any existing tool to graphically render the diagram of an Erlang gen_fsm starting from the source code?
6
votes
2answers
1k views

Placing nodes vertically in Graphviz using pydot

I am using Graphviz in Python via pydot. The diagram I am making has many clusters of directed graphs. pydot is putting them next to each other horizontally resulting in an image that is very wide. ...
6
votes
1answer
1k views

Prevent overlapping records using graphviz and neato

I am building a dot file to represent computer hardware and the physical connections to a network switch and displays. I have it looking ok when processed by the dot program but I think I really want ...
6
votes
7answers
5k views

Is there any good IDE or WYSIWYG editor for graphviz?

Actually I had downloaded an GUI for graphviz (dont remember the site), which said that they had won an Apple Design Award. But that tool really only displays an *.dot file I created. That's it. It's ...
5
votes
2answers
218 views

Visualize LALR grammar

I'd like to visualize a grammar file (actually the Jison grammar for coffee-script). So the input file is a grammar file of Bison/Yacc style. The expected output could be a Graphviz dot file or ...
5
votes
0answers
114 views

Georeferenced subgraphs / clusters with Graphviz

Sometimes I would like to overlay a conceptual graph on top of a map to provide additional context of where elements belong. For example, if I wanted to show social relationships between people in ...
5
votes
2answers
135 views

Plotting multiway-tree

Does somebody know how do I plot a multiway-tree in a aesthetically plausible way? info: more or less 100 items each level have approximately the same number of items 10 levels each node have ...
5
votes
1answer
445 views

GraphViz C# interop resulting in AccessViolationException occasionally

Using David Brown's downloadable sample at ImplicitOperator I've put together an often working GraphViz renderer of a DOT file to an in-memory image. Unfortunately, my version fails at a guestimated ...
5
votes
1answer
361 views

Phylo BioPython building trees

I trying to build a tree with BioPython, Phylo module. What I've done so far is this image: each name has a four digit number followed by - and a number: this number refer to the number of times ...
5
votes
1answer
171 views

How to set fixed depth levels in DOT graphs

I'm creating a DOT graph visualization from a tree-like data structure but am having difficulties setting fixed level depths based upon data type. For example, if I had 4 nodes in a tree and A ...
5
votes
1answer
403 views

Graphviz and ascii output

Is it possible to draw ASCII diagram using Graphviz? Something like that: digraph { this -> is this -> a a -> test } Gives following image: But I would like to get ASCII ...
5
votes
1answer
184 views

How to write custom arrowheads in Graphviz

I use Graphviz (mainly dot and fdp) to automatically generate some diagrams that I need. For these diagrams I need some special arrow heads that are not a part of the standard collection of arrows: A ...
5
votes
1answer
276 views

Get graphviz to draw nodes above edges

Is there any way to force graphviz to always draw the nodes above edges even if the edge is drawn over (or preferably under) the node? So far I have tried ordering them and different layer options ...
5
votes
2answers
824 views

How to output huge dependency relationships diagram of Plone with Graphviz?

I wrote a tool for find dependency relationships behind a Python project. It is Gluttony. I run it on Plone, the result is impressive. I output the diagram with Networkx, and it looks like this: ...
5
votes
2answers
746 views

Using python graphviz ImportError: No module named _gv

I'm trying to use graphviz with python and I get the error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/pymodules/python2.6/gv.py", line 7, ...
5
votes
2answers
2k views

record nodes and rankdir in graphviz

When I changed the rankdir of my graph from LR to TD, my record nodes also changed their layout direction so they no longer look like a 'record'. I tried applying a separate rankdir to the nodes, but ...
4
votes
2answers
290 views

how to generate a graph/diagram like Google Analytics's Visitor Flow?

I am trying to generate a diagram similar to that presented by the recent Google Analytics "Visitor Flow". These are also known as Alluvial diagrams. I can use a web or non-web based solution, as ...
4
votes
4answers
729 views

Interactive Graphviz graphs in a web application

I am trying to make a few interactive graph visualisations in my Django web application using Python. I found Graphviz and was able to output a static graph (as a .png image) on my application using ...
4
votes
2answers
316 views

How can I get dot to draw connected subgraphs side by side?

This is what the generated graph looks currently: And here is the code for this: digraph { rankdir=TB; subgraph cluster01 { label="1.fázis" aSTART; node [shape = doublecircle]; ...
4
votes
2answers
4k views

How to use doxygen to create UML class diagrams from C++ source

I have been searching for some material that describes how to generate simple class diagrams with doxygen, but couldn't find one. Can anybody help? I need to create diagrams as shown below from a set ...
4
votes
2answers
676 views

Forcing “main line” nodes into a straight line in Graphviz (or alternatives)

I'm trying to use Graphviz dot (but am willing to use something else) to generate a graph with a long "main line" of nodes, and many small branches. I'd like the main line to be straight from left to ...
4
votes
2answers
356 views

Graphiz: 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 -> 3 -> ...
4
votes
2answers
532 views

graphviz dot: how to insert arrows from a node to center of an arrow

I try to create diagrams for MPLUS analyses with dot from the graphviz package. Does anybody have experience with using dot to visualize structural equation models/latent class mixture models? There ...
4
votes
1answer
1k views

Making a Legend/Key in GraphViz

I’d like to include a legend or key in my GraphViz diagram, something like the mock-up below. I’m having trouble figuring out what code to use though; the best I can get are the attempts in the second ...
4
votes
2answers
1k views

complicated graphviz tree structure

I am trying to create a tree structure with graphviz. I am open to either writing the graphviz code by hand or using the ruby-graphviz gem for ruby. Given the below picture can anyone provide any ...
4
votes
2answers
2k views

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 all the files with their functions/methods/classes. I want to arrange it so, that ...
4
votes
1answer
852 views

graphviz: left/right align nodes instead of centering?

Is there any way to get graphviz to left-align or right-align nodes in the same rank, instead of centering? digraph h { rankdir=LR; node [shape=record,height=.08,fontsize=11]; ...

1 2 3 4 5 8