On Tue, Jun 1, 2010 at 9:42 AM, Nima <nima....@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)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to