Drawing Multigraphs

Richard Brodie R.Brodie at rl.ac.uk
Wed Jun 2 04:52:50 EDT 2010


"geremy condra" <debatem1 at gmail.com> wrote in message 
news:mailman.825.1275414239.32709.python-list at python.org...

> On Tue, Jun 1, 2010 at 9:42 AM, Nima <nima.irt at gmail.com> 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. 





More information about the Python-list mailing list