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

free visual editor for graph (dot) files

Is there a free (as in "cheers"), linux-compatible, interactive visual editor for graphviz or other graphs? aptitude seems to be …

editor graph graphviz dotfiles
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 …

macos ide editor wysiwyg graphviz
Visualizing Undirected Graph That's Too Large for GraphViz?

I need advice for rendering an undirected graph with 178,000 nodes and 500,000 edges. I've tried Neato, Tulip, and Cytoscape. Neato doesn't …

graph-theory graphviz graph-layout
Newline in node label in dot (graphviz) language

Does anyone know how to put newline in the label of the node? \n is not working - instead some …

newline graphviz dot
Graphviz: change font for the whole graph?

I am wondering if I can define an alternative font for the whole graph. ... digraph script_concept { graph [layout="dot",…

graphviz
laying out a large graph with graphviz

My daughters have made a game not unlike tic-tac-toe. Of course as I played it with them I started brute-forcing …

python graphviz
size of node with shape=circle

i'm trying to set the size of the nodes this way: controller[shape=circle,width=.5,label="Controller",style=filled,fillcolor="#8…

size graphviz dot geometry shape
Plotting the Digraph with graphviz in python from DOT file

This is the API reference for graphviz. I could not find any method that generates a directed graph from an …

python-2.7 graph graphviz dot
GraphViz Node Placement and Rankdir

I'm having very good luck with graphviz and have been able to make nearly every graph that I need. I'm …

graphviz dot
How do I set the resolution when converting dot files (graphviz) to images?

I tried $ dot -Tpng rel_graph.gv > rel_graph.png but the resulting image has a very low quality.

graphviz dot