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 correct PlantUML Line Path

I created this diagram using the following code. But as you can see, the lines going from (Cancel Order) and (…

uml graphviz diagram sequence-diagram plantuml
How to enforce the left-to-right node ordering in GraphViz rank layout?

I am visualizing a collection of process with GraphViz. Each process consists of some Read or Write operations in program …

layout graphviz graph-visualization
Drawing a border around a set of vertices in Graphviz

I am trying to draw a graph with Graphviz. I wish to draw a dotted line around a set of …

graphviz
Improving graphviz layout

I have perfection paralysis when it comes to producing something graphic. If symmetries of the visual have not been fully …

graphviz graph-layout graph-drawing
What could cause NetworkX & PyGraphViz to work fine alone but not together?

I'm working to learning some Python graph visualization. I found a few blog posts doing some things I wanted to …

python graph graphviz networkx pygraphviz
Drawing & Rendering Multiway Tree in Python

Does somebody know how do I plot a multiway-tree in a aesthetically plausible way? info: more or less 100 items each …

python graph tree graphviz multiway-tree
Graphviz subgraph doesn't get visualized

I'm trying to create a graph with two subgraphs in dot. The code is as follows: digraph G { subgraph step1 { …

graphviz dot
Graphviz - how do I make the text in labels left-aligned?

I'm using graphviz to visualize the AST of a language I'm parsing. I want to include the source code (as …

graphviz
Graphviz: Online tool capable of accepting larger files

Does anyone know of a good online site for rendering graphviz dot files that will take larger files (say, 200 lines; 200 …

graphviz graph-visualization
Hidden edges in Graphviz

I'm trying to create a graph using Graphviz (complied with neato), and I would like to place nodes in specific …

graph visualization graphviz neato