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

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 arbit

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

[Matplotlib-users] Plotting Question

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