Jim, list members,
you may want to check out the Graph Drawing Server,
a service located at Brown University that has
served an incredibly large number of drawings
over the last many years:
http://loki.cs.brown.edu:8081/graphserver/gds/gds-home.shtml
GDS consists of a graph editor applet that communicates with
the server, it supports a variety of formats and is surprisingly
well documented.
It also supports a variety of graph layout algorithms common in
graph drawing; in particular it makes available a high-quality
spring embedder, GEM, developed at the University of Karlsruhe.
Enjoy, B.
On Mon, Jan 14, 2002 at 10:20:43AM -0500, Jim Moody wrote:
> I'm looking for a simple dynamic web-based graph layout tool
>
> The general procedure would be:
> 1) Server sends a graph to the program
> 2) Window pops up with the graph
> 3) the graph unfolds using a spring-embedder
> 4) users can then modify the layout as needed.
|