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

Issue with plot_model in keras and pydot

I have read similar questions - my error appears to be different since the solutions proposed do not solve my …

python keras graphviz pydot
Graphviz (DOT) Captions

I need to print a large number of graphs using Graphviz DOT. To distinguish which input each graph corresponds to, …

graphviz dot
Interactive Graphviz viewer with basic node/edge filtering

I looked thru Graphviz resources page , and questions 1 and 2 and still couldn't find specific answer. My usecase is browsing dependencies …

visualization graphviz interactive viewer
Straight edge between clusters in Graphviz

I'm trying to have an edge between clusters in Graphviz where the edge does not affect the ranking. This looks …

graphviz
Graphviz's dot tool on Windows

I've created a java program to write a .dot file as I'm using Graphviz software to visualize some data. There …

java windows graphviz dot
Graphviz and ascii output

Is it possible to draw ASCII diagram using Graphviz? Something like that: digraph { this -> is this -> …

ascii graphviz
How to control subgraphs' layout in dot?

i have a digraph composed of many independant and simple subgraphs of various sizes. dot lays all these subgraphs horizontally, …

graphviz dot
Creating Straight Edges in Graphviz

I want to create a flowchart (similar to Visio) using Graphviz. Here is a sample digraph. digraph start_up { node […

graphviz dot flowchart
Graphviz: Place edge label on the other side

This may be related to How to place edge labels ON edge in graphviz: I have the following graph, which …

graphviz dot
Preventing graphviz from rearranging nodes

I am trying to visualize a tree structure using graphviz, problem is as the graph gets bigger graphviz starts to …

graphviz