Tagged Questions

7
votes
14answers
5k 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 ...
2
votes
0answers
85 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
3answers
853 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 ...
1
vote
2answers
698 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 ...
0
votes
0answers
46 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) ...