On Apr 23, 2007, at 5:16 PM, atlas wrote:
>
> Basically, I would like to be able to create objects of arbitrary type
> (possibly just a string, but I'd like to have some flexibility if
> possible),
> create relationships between the objects, and have a graph
> automagically
> space them out on
Hi,
> Mine is a project of tracing a program flow. I'd like to be able
> to create a
> graph with X number of related boxes (representing function calls),
> with
> vertexes between them (representing calls from one to another).
>
> Basically, I would like to be able to create objects of arbit
atlas wrote:
> Mine is a project of tracing a program flow. I'd like to be able to create a
> graph with X number of related boxes (representing function calls), with
> vertexes between them (representing calls from one to another).
> So the first question is, am I in the wrong place? Is this
Hello all,
I'm a text-mode coder by nature. I have done some GUI stuff, but not really
graphing or plotting-related. The last time I touched graphics was using
Java2D about 5 years ago.
Perhaps your collective wisdom could save me from heading down too many wrong
paths, and help me to use th