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 outside the scope 
> of matplotlib?  If so, is there another Python library I need to check out?

I don't' think mpl is the perfect tool for this kind of thing. You could 
probably make it work, but that's not what it's designed for. Do you 
have a GUI toolkit in mind?

If wxPython: FloatCanvas or OGL would probably work well.

If tkInter: The tk Canvas is very flexible, and I wouldn't be surprised 
if someone has written a tool on top of it to help with this sort of thing.

If GTK or QT: I have no idea, but I"d look -- I'll bet there is something.

If paper copy: check out ReportLab for pdf generating.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to