Top "Graph-layout" questions

Graph visualization library in JavaScript

I have a data structure that represents a directed graph, and I want to render that dynamically on an HTML …

javascript jquery data-structures graph-layout
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
Family tree layout with Dot/GraphViz

I am trying to draw a family tree with Dot and GraphViz. This is what I currently have: # just graph …

graphviz dot family-tree graph-layout genealogy
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
Block diagram layout with dot/graphviz

I'd like to implement the following mockup with dot: So far I've got this much: digraph G { graph [rankdir = LR, …

graphviz dot graph-layout
How do you force rank on a node in dot?

I have a number of relatively simple (auto-generated) graphs in graphviz dot format. These show the path through a state …

graph graphviz dot state-machine graph-layout
Optimized graph drawing for the web

Having seen some suggestions for graphs, I wonder what's the optimum for my problem. I want to render a directed …

java graph server-side graph-layout
What options are available for the layout of directed or undirected graphs in .NET?

By graph here I mean something resembling these images: The ideal solution would: use only managed code allow output to …

.net rendering graph-theory directed-graph graph-layout