The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

JS library for displaying direct acyclic graphs (DAGs)

I am trying to make a browser-based tool that lets you inspect dependency graphs as they appear in module systems of programming languages and Makefiles. I am looking for a visualization framework ...
0
votes
1answer
52 views

Tree Graph Layout Algorithm

I have an acyclic graph - a tree. Each node of the graph will have some attributes that I need to show in a glyph. Let's us say the size of each Glyph is 100x100 pixels. I am looking for an ...
3
votes
1answer
87 views

Is there a good free implementation of Sugiyama Layout for Java?

I am using JUNG library for network-graphs. I also found an implementation of the sugiyama layout: http://sourceforge.net/tracker/?func=detail&aid=2944336&group_id=73840&atid=539121 But ...
1
vote
1answer
115 views

How to get the coordinates of a graph drawn by specific layout algorithm in graph-tool?

I want to do the example shown here. It works perfectly well on my machine. The problem is, I can't get the coordinates of the nodes as an array that are stored somewhere in the variable pos. How do I ...
0
votes
2answers
144 views

How to get the coordinates from layout from graphviz?

I have been working with pygraph on some project. I completed this example, it works fine. Now, the problem is the following: the graph is drawn in a picture format (gif). What I need is to get the ...
2
votes
1answer
81 views

Displaying a graph (not charts) in an android app

I want to display a small (n < 50) undirected graph (not a chart) in an Activity. I did a bit of research and it looks like their are a couple of libraries to display charts, but none to display ...
0
votes
1answer
211 views

Is there a javascript graph drawing library that does balloon tree layouts?

Wikipedia's entry says balloon tree layouts are one of the common types, but I can't find any javascript drawing library that seems to support it out of the box. Am I missing one? A cheap or open ...
2
votes
3answers
1k views

Javascript Graph Layout Engine

I'm looking for a Javascript library/engine that can do graph layouts. (And when I say layouts, I mean logically position vertices nicely.) The graphs I'm working with are all m-ary trees. M is ...
2
votes
1answer
225 views

smooth curve through points, using only horizontal, vertical lines and fixed-radius arcs

Given an ordered list of points, I want to draw a smooth curve that passes through all of them. Each part of the curve can either be horizontal, vertical, or an arc with given radius r (all arcs will ...
1
vote
1answer
232 views

Configure TypeRepresentationStrategy for Neo4j

We are currently working on a Java project with neo4j. We use Spring Data Neo4j and get most of the information out of the Good Relationships book. This document states, that the standard entity ...
0
votes
0answers
151 views

Creating a custom graph layout in Graph#

I have a custom bidirectional graph created in quickgraph. CustomBidirectionalGraph<CustomVertex,CustomEdge> CustomVertex(id) has an attribute/instance double totalval ...
0
votes
1answer
263 views

Graph Layout : re-layout preserving the shape of the drawing

I'd like to draw a graph composed of nodes and edges, using a spring layout algorithm (a kind of force directed layout) Once the graph is laid out, I'd like to let the user interactively add new ...
0
votes
1answer
653 views

Better layout of nodes for block diagrams in dot

After a previous question (Block diagram layout with dot/Graphviz) I have further questions. The following is compiled like so: dot -Gsplines=none test.gv | neato -n -Gsplines=ortho -Tpng ...
3
votes
1answer
324 views

Python simplepyged graphical representation of family trees

Does anyone know a way to use the python package simplepyged (for parsing gedcom files) for graphical representation of family trees? XY-Pic? Matlibplot? pictex? I appreciate any help! Thanks!
5
votes
1answer
2k views

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, splines=ortho] unit [shape=box, width = 2, height = 10]; more_different_unit ...
1
vote
1answer
325 views

Cytoscape equivalent of graphviz URL/href node attribute when exporting SVG?

In the past I've using graphviz's node "label", "URL" (or "href") and "tooltip" attributes to generate SVG graphics where the nodes have the text label, mouse-over displays the tooltip, and clicking ...
3
votes
1answer
330 views

Grappa Graphviz dot-Visualization Problem and Questions

i am using this dot-Code for my Test: digraph G { edge [dir=none]; p1 [shape=circle,style=filled,label="",height="0.01",width="0.01"]; q1 ...
1
vote
1answer
513 views

Graphviz grid alignment

I'm trying to generate layout information for a graph where all of the elements must be laid out in a grid. I would like all coordinates to be integer multiples of the grid-box size. For example, if ...
0
votes
1answer
100 views

How to Compile Jung Source?

Recently I'd downloaded Jung API from their Website with all library that must be included. But when I'm trying to compile that,It fails. Can any boy help me,please? (I'm using Netbeans IDE) ...
3
votes
1answer
1k views

Transfer layout from networkx to cytoscape

I want to use networkx to generate a layout for a graph. Is it possible to transfer this layout to cytoscape and draw it there? I tried to simply write a graph as import networkx as nx G = nx.Graph() ...
0
votes
1answer
273 views

large graph data visualization with JDBC/ODBC

I have looked at Gephi and tried to play around with it, however it only supports MySQL, SQLServer, and postgreSQL. My database connectivity is JDBC/ODBC. What other graph visualization software would ...
1
vote
1answer
266 views

Open Source library for on-the-fly animation of directed acyclic graphs

I'm interested in finding out about open source libraries for on-the-fly animation of directed acyclic graphs. There are many similar questions on rendering graphs, but I was unable to find one ...
2
votes
1answer
623 views

Strange edge placement in Graphviz Dot

I have a module that automatically outputs (in dot format) functions written in some kind of assembly language (the IR of my compiler). The nodes are the basic blocks printed using the 'record' shape. ...
8
votes
2answers
1k views

Large scale graph visualization (50K nodes, 100M weighted edges)

I've looked at a number of packages for graph layout (Graphviz, Gephi, Cytoscape, NetworkX to name a few of the more prevalent) and none of them seem to scale to this sort of size. What techniques ...
19
votes
4answers
13k views

Looking for a graph layout framework for iOS [closed]

For an iOS application I'm making I need to show groups of elements grouped together according to their type, and different groups of types separated from each other in a nicely done layout. I ...
1
vote
2answers
205 views

Automatically rotate a graph

I'm drawing graphs with force-directed layout, and the problem is that the created graphs are oriented randomly and unpredictably, which makes looking at them somewhat confusing. For example, suppose ...
7
votes
2answers
426 views

Techniques for visualising change over time in graphs

I'm looking to display a graph (network diagram, not a chart) and show its changes over time. Is there a standard or best way to do this, or any kind of 'network diff' tool? I'm looking for an ...
2
votes
0answers
693 views

Extending Sugiyama's Layout Algorithm for block with more than one input

I'm messing around with using Sugiyama's directed graph layout algorithm to generate nice plots of verilog circuits. The problem I'm having is that the layout algorithm assumes that each block (or ...
1
vote
0answers
106 views

.NET implementation of planarity testing

Is there any .NET implementation of any planarity testing algorithm like Boyer-Myrvold's or anyone else? I looked through the web but I didn't manage to find
1
vote
1answer
374 views

How can I get node coordinates from a graph, using Perl?

Ok, I have a flowchart definition (basically, array of nodes and edges for each node). Now I want to calculate coordinates for every task in the flow, preferably hierarchycal style. I need something ...
4
votes
1answer
134 views

What is an algorithm for minimizing some D distances between N items?

A classmate printed out a diagram of a database for class, the kind with lines representing relationships between tables. However, his lines crossed all over the place and it looked ugly. So I got to ...
5
votes
2answers
2k views

Open Source Graph Layout Library

I'm looking for an open source (GPL, LGPL etc) graph layout library for .net framework, preferably fully managed code. Im not worried about the visualisation aspect of things. I can find lots of them ...
7
votes
2answers
2k views

Planar Graph Layouts

What are some edge overlap minimization techniques when laying out a graph? (Preferably related to GraphViz) Also are there any existing software that can layout a graph in a planar fashion? Current ...
1
vote
1answer
1k views

GraphViz, fixed layout when clustering

I have dot (graphviz) file with given graph which consist several nodes and edges. I would like to create a copy of that graph and cluster cluster (group) few nodes together. However whenever I am ...
14
votes
3answers
7k views

Improving graphviz layout

I have perfection paralysis when it comes to producing something graphic. If symmetries of the visual have not been fully explored, I have a harder time comprehending what is going on. I am a very ...
18
votes
5answers
8k views

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 set-up digraph simpsons { ratio = "auto" mincross = 2.0 # draw some nodes "Abraham" ...
5
votes
4answers
2k views

Best Planar graph program [closed]

In graph theory, a planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. What is the best open ...
1
vote
3answers
1k views

Drawing a dynamic graph

I have a web application written with JavaServer Faces technology. The application takes n inputs and provides an output. I want the following functionality in my application. I want to have ...
2
votes
1answer
2k views

How to use Boost 1.41.0 graph layout algorithmes

Hi I have problem using boost graph layout algorithmes. boost verision 1_41_0 mingw g++ 4.4.0. So there are issues I have encountered Can you suggest me with them? The function ...
8
votes
4answers
5k views

Graph layout optimization in C#

I've got a list of objects that I need to organize as an aesthetic graph. My current approach involves IronPython and a genetic algorithm, but this takes way too long. I've been reading up on ...
5
votes
1answer
5k views

Controlling Layout of Graphviz Graphs

I have a number of relatively simple (auto-generated) graphs in graphviz dot format. These show the path through a state machine, but dot has a slightly confusing habit of deciding that two nodes ...
4
votes
2answers
976 views

Winforms / GDI+ Draw curve for a chart

In my Winforms application I have a small chart. Nothing fancy just a bunch of x/y points I connect with lines. It would be nice to draw a curve instead of a lines to connect these points. But since ...
2
votes
3answers
1k views

Java implementation of planarity testing/planar embedding

Is there a free Java implementation of any of the major planarity testing algorithms? Boyer-Myrvold, de Fraysseix-Rosenstiehl, heck, even Hopcroft-Tarjan. I've been reading the papers and they all ...
25
votes
13answers
4k views

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 a bitmap image allow output to WPF elements include some kind of ...
10
votes
16answers
7k views

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 graph to a servlet/picture that is displayed in the browser. There should be some ...
3
votes
7answers
3k views

What algorithms are good for interactive/realtime graph-drawing?

What algorithms are good for interactive/realtime graph-drawing for live data and direct-manipulation? Failing that - what libraries do you use to draw graphs? Suggestions; Prefuse ...
19
votes
7answers
5k views

Visualization Tools for Huge Graphs

I would like to create a graph (set of vertices connected with edges) and I'm looking for tools or libraries that can help me. The graph is composed of at least 1000 nodes. Although it may be a ...
36
votes
16answers
11k views

Visualizing Undirected Graph That's Too Large for GraphViz?

I was wondering if anyone has any advice for rendering an undirected graph with 178,000 nodes and 500,000 edges. I've tried Neato, Tulip, and Cytoscape. Neato doesn't even come remotely close, and ...
7
votes
11answers
4k views

Visualize Friend of a Friend (foaf) graph

I wrote a script to export twitter friends as foaf rdf description. Now I'm looking for a tool to visualize the friend networks. I tried http://foafscape.berlios.de/ but for 300+ Nodes it is really ...
324
votes
28answers
124k views

Graph visualization code in javascript?

Hi. I have a data structure that represents a directed graph, and I want to render that dynamically on an HTML page. Does anyone know of any javascript code that can do a reasonable job with graph ...