The Matplotlib drawing supported with NetworkX (the draw* functions)
don't show multiple edges. So the best option at this point for
a drawing is to pass the data to another graph drawing package.
I'm not sure what the best one is for handling multigraphs.
Aric
ps. If you are interested in contributing the Fleury algorithm to NetworkX
we can help get it documented, tested, and included.
ps. If you are interested in contributing the Fleury algorithm to NetworkXOn Tue, Jun 1, 2010 at 6:29 AM, Nima Mohammadi <nima...@gmail.com> wrote:
we can help get it documented, tested, and included.
What version of NetworkX are you running? Have you tried the latest
version (if you are able). I seem to recall that the old version of
NetworkX had this issue and that it has been fixed (for a while now) in
more recent versions.
Chris
What version of NetworkX are you running? Have you tried the latest version (if you are able). I seem to recall that the old version of NetworkX had this issue and that it has been fixed (for a while now) in more recent versions.
Chris
ps. If you are interested in contributing the Fleury algorithm to NetworkX
we can help get it documented, tested, and included.
--
You received this message because you are subscribed to the Google Groups "networkx-discuss" group.
To post to this group, send email to networkx...@googlegroups.com.
To unsubscribe from this group, send email to networkx-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/networkx-discuss?hl=en.
Of course not. Aric, who is the developer, does a good job of catching up on unanswered questions, but probably can't spend fulltime. This group may also not be the place for your posting, which if I'm right, was better suited to networkx-dev. Most of us here are beginners and not having anything useful to say, said nothing. Please don't feel slighted; if you really want to feel ignored, you could try setting up a blog like my two! As the song says, 'nobody loves me but my mother, and she could be jiving me too.' Good luck.
This group may also not be the place for your posting, which if I'm right, was better suited to networkx-dev. Most of us here are beginners and not having anything useful to say, said nothing.
There is an another (unused) mailing list but this is the right place to
come for all things NetworkX.
I sincerely appreciate your contribution; sometimes other projects
keep me busy but I do read all of the email here and try to get
to everything as best I can.
I added your code in a ticket on the development site at
https://networkx.lanl.gov/trac/ticket/363
where you see my further comments and an updated version.
I'll send you account information off-list.
Aric