Re: [Matplotlib-users] Plotting Question

2007-04-23 Thread Christopher Barker
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

Re: [Matplotlib-users] Plotting Question

2007-04-23 Thread Steve Lianoglou
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 arbitrary

Re: [Matplotlib-users] Plotting Question

2007-04-23 Thread Ken McIvor
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 the