Page 1 of 1
Hyperbolic layout?
Posted: 11 Sep 2010 16:07
by phreakocious
Any chance we might see a hyperbolic layout? For very large graphs, this can be a very useful thing:
http://www.caida.org/tools/visualization/walrus/
http://graphics.stanford.edu/papers/mun ... node8.html
Thanks!
Re: Hyperbolic layout?
Posted: 11 Sep 2010 20:58
by admin
Sure,
I filled the
Ideas List.
Re: Hyperbolic layout?
Posted: 13 Sep 2010 16:56
by mbastian
I think that would be a good proposal for a
student project. The tutorial already exists
how to create a new layout.
Re: Hyperbolic layout?
Posted: 26 Nov 2010 18:39
by jeffg
The walrus layout is already in Java and from my discussions with Young Hyun of CAIDA, he stated that it wouldn't take that much work to make a Java API around the core Walrus classes (for example, the layout is computed by the H3GraphLayout class).
Re: Hyperbolic layout?
Posted: 26 Nov 2010 18:47
by jeffg
Another high speed layout for large graphs that has my particular interest is described in this paper.
Weighted Spherical Centroidal Voronoi Tessellation -
http://arxiv.org/abs/0912.3974 From my discussions with Dana K. Urribarri, they are planning to release it under some open source license, but finishing the PhD is taking too much time. I'm on the notification list.
I've also used a high speed layout from the VIDI team at U.C. Davis that has really worked well -
http://vidi.cs.ucdavis.edu/research/graphtree
Check out the Rapid Space Filling Curve layout and they Hybrid Space Filling Cureve / Force-Directed layout.
Re: Hyperbolic layout?
Posted: 01 Dec 2010 17:23
by phreakocious
Piling on the "cool algorithm" thread:
Drawing Trees with Perfect Angular Resolution and Polynomial Area
http://www.cs.arizona.edu/~kobourov/gd2 ... ion_35.pdf
Re: Hyperbolic layout?
Posted: 01 Dec 2010 17:35
by jeffg
They should mix this with the Spherical Centroidal Voronoi Tessellation to gain a 3d output.
