Re: [ba-ohs-talk] relationships -> graph tool?
Take a look at GraphViz and WebDot http://www.graphviz.org/webdot/basic.html (01)
GraphViz has libraries which you can download, and WebDot is an web-based
interface to GraphViz. (02)
--Alex (03)
At 09:10 PM 4/16/02 -0700, you wrote: (04)
> I have been hunting around for a bit, but I am still
> not finding a tool like what I would like.
>
> Here is the problem.
>
> Suppose that I have a list of objects and their
> relationships. Like:
>
> A => B
>
> B => C
>
> B => D
>
> D => C
>
> I would like to find a program that takes
> my list of items and then turns them into a basic/neat
> graph of circles and arrows.
>
> Does anyone know of a good place for me to start
> looking for this program?
>
> Or if not the program, then a library of
> graph layout algorthms that would allow me
> to create one of these quickly.
>
> I am thinking that I have a database with two
> columns, which define the name and then other
> objects that have a relationship, and I would
> like to dynamically graph this...
>
> Any hints would be appreciated.
>
>
>
>
>
>
>-----
>John Sechrest . Helping people use
>CTO PEAK - . computers and the Internet
>Public Electronic . more effectively
>Access to Knowledge,Inc .
>1600 SW Western ,suite 180 . Internet: sechrest@peak.org
>Corvallis Oregon 97333 . (541) 754-7325
> . http://www.peak.org/~sechrest
> (05)