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 can I dump an abstract syntax tree generated by gcc into a .dot file?

I think the question's title is self explanatory, I want to dump an abstract syntax tree generated by gcc into …

gcc graphviz dot abstract-syntax-tree
graphviz embedded url

I'm trying to figure out how to generate a graph with hyperlinks you can click to access more detailed information …

html graphviz
Graphviz dot: How to change the colour of one record in multi-record shape

I have the following dot sample. I would like to give the first section in each record (the table name) …

graphviz dot
How to force all nodes in the same column in graphviz?

I'm trying to model a certain flow using graphviz, and I can't figure out how to model the following graph …

graph graphviz dot
Django django-extensions commands unavailable ( graph_models )

I'm trying to install django-extensions + graphviz + pygraph but i can't. I have done the following steps ( under Ubuntu ): sudo apt-get …

python django graphviz pygraphviz
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 …

python visualization graphviz pydot
How to assign the same style to a group of edges?

I've got a graph that I want graphviz to layout and visualize for me. The graph has 122 edges and 123 nodes. …

coding-style grouping stylesheet graph-theory graphviz
group nodes with subgraphs

I'd like to group some nodes with the following code digraph dataflow { subgraph pipeline { relations; synonyms; articles; } subgraph lucene { index; …

graphviz dot subgraph
How can I generate rectangle style edges instead of curves in GraphViz?

I have generated Graphviz images with the dot language using the Pydot Python library. But the edges are getting draw …

python graph-theory graphviz edge-list
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 …

python visualization graphviz d3.js