On Nov 28, 2007 2:38 PM, jay graves <[EMAIL PROTECTED]> wrote: > On Nov 28, 3:15 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > Hi Folks, > > > > I am looking for a network Graph Library with Python bindings (Iron or > > C!). > > > > Just need a simple relationship visualisation - seen a few via google > > but many seem to be unmaintained. > > > > I've used GraphViz before but never any of the Python bindings. It's > always been easy enough to just generate the .dot file that Graphviz > expects. > http://www.graphviz.org/ > > I've also book marked NetworkX but I've never used it. > https://networkx.lanl.gov/wiki > > I'm sure there are others. > > HTH. > Jay Graves > -- > http://mail.python.org/mailman/listinfo/python-list >
Try PyDot, http://dkbza.org/pydot.html . I've had good luck with it. Anand
-- http://mail.python.org/mailman/listinfo/python-list