"geremy condra" <[email protected]> wrote in message 
news:[email protected]...

> On Tue, Jun 1, 2010 at 9:42 AM, Nima <[email protected]> wrote:
>> Hi there,
>> Is it possible to draw an (undirected) multigraph using a python library?
>> I need to write a program that finds an Eulerian circuit in a graph
>> (which might obviously be a multigraph). As the output of the program,
>> I should draw the graph and print out the solution.
>
> We use Dot in Graphine, and it works well. It's also very easy to
> output to.

NetworkX apparently has dot bindings built-in, although I've not
used it, so I think one should just be able to export to it. 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to