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

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 "…

graphviz dot
How can I visualize Fortran (90 or later) source code, e.g. using Graphviz?

I've been thrown into a large Fortran project with a large number of source files. I need to contribute to …

graph fortran visualization graphviz
graphviz/dot: can the distance between two nodes be set individually?

I'm trying to use dot (version 2.28.0) in order to make a flow chart of my source code. For that, I …

graphviz dot flowchart
Subgraph layout in graphviz

I have code to display two subgraphs: graph { rankdir=LR; subgraph cluster01 { label="t=0" a0 [label="A"]; a1 [label="B"]; …

graphviz rank subgraph
graphviz: Create new node with this same label

I'm starting working with graphviz and I have problem with creating new nodes with this same label. For example for …

graphviz
PlantUML: control arrow shape and direction

With PlantUML I've created a little state chart for my documentation: @startuml state Powered { [*] -d-> Starting Powered -r-> …

graphviz statechart plantuml
Graphviz: how to rotate a node (or a subgraph)?

I am trying to have a node (or a subgraph, enclosing a node - whichever is possible/easier) rotated, like …

rotation graphviz subgraph
Graphviz Dot, mix directed and undirected

For my application I need to represent simultaneously (on the same graph) two relations: one is simmetric, the other is …

graph graphviz relation symmetry
How to avoid overlapping nodes in graphviz?

I am trying to draw a graph with many nodes and edges. However, the graph is becoming too clumsy, with …

graphviz dot neato image-graphviz
How to set the 'spring' force with graphviz for compact graph layouts

I'm generating diagram with graphviz and I have a problem - there are several nodes that are very large - …

graphviz neato