anyone have some snazzy directed-graph visualization software?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

anyone have some snazzy directed-graph visualization software?

ccrraaiigg

Hi--

     Does anyone have software that can draw a nice 3D visualization of
large directed graphs? I wrote out a graph of a recent Spoon memory with
object addresses as the nodes, in DOT (GraphViz) format[1]. There are
many cycles, of course. :)  I tried Tulip, but can't get it to do much.


     thanks!

-C

[1] http://netjam.org/objects.dot

--
Craig Latta
improvisational musical informaticist
www.netjam.org
Smalltalkers do: [:it | All with: Class, (And love: it)]


Reply | Threaded
Open this post in threaded view
|

Re: anyone have some snazzy directed-graph visualization software?

Klaus D. Witzel
Hi Craig,

I often use hyperbolic views for visualizing large directed graphs, like  
for a site map of a web site and/or their external references.

There are (of course) many implementations and one which can deal with  
cycles is

- http://graphics.stanford.edu/~munzner/h3/download.html

Enjoy.

/Klaus

On Sat, 10 Mar 2007 08:09:41 +0100, Craig Latta wrote:

>
> Hi--
>
>      Does anyone have software that can draw a nice 3D visualization of
> large directed graphs? I wrote out a graph of a recent Spoon memory with
> object addresses as the nodes, in DOT (GraphViz) format[1]. There are
> many cycles, of course. :)  I tried Tulip, but can't get it to do much.
>
>
>      thanks!
>
> -C
>
> [1] http://netjam.org/objects.dot
>



Reply | Threaded
Open this post in threaded view
|

Re: anyone have some snazzy directed-graph visualization software?

ccrraaiigg

Hi Klaus--

     Yeah, I noticed Tamara's stuff, but I'd rather not have to port
stuff to MacOSX, my current host platform.


     thanks,

-C

--
Craig Latta
improvisational musical informaticist
www.netjam.org
Smalltalkers do: [:it | All with: Class, (And love: it)]



Reply | Threaded
Open this post in threaded view
|

Re: anyone have some snazzy directed-graph visualization software?

Tapple Gao
In reply to this post by ccrraaiigg
On Fri, Mar 09, 2007 at 11:09:41PM -0800, Craig Latta wrote:
>      Does anyone have software that can draw a nice 3D visualization of
> large directed graphs? I wrote out a graph of a recent Spoon memory with
> object addresses as the nodes, in DOT (GraphViz) format[1]. There are
> many cycles, of course. :)  I tried Tulip, but can't get it to do much.

I will be creating some of this as part of my Peek proposal, but
it will not be ready for a while:
http://wiki.squeak.org/squeak/5771

--
Matthew Fulmer -- http://mtfulmer.wordpress.com/
Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808