Drawing Multigraphs

geremy condra debatem1 at gmail.com
Tue Jun 1 13:43:56 EDT 2010


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.

Geremy Condra

(sent to the list this time)



More information about the Python-list mailing list