On Sat, Aug 23, 2008 at 9:39 AM, Philippe Saade <[EMAIL PROTECTED]> wrote:
> > Thanks for pointing saunders' code to me ! > I had to change a line of code to make it work with Sage 3.1.1 : > > G = Graph(g, loops=True, multiedges=True) > > instead of > > G = Graph(g, loops=True, multiple_edges=True) > > in the 6th cell. > > Maybe i can give you back the .sws file ? (attaching to a mail ? is it > OK on devel/support list ?) > > Philippe > I missed one point : the graph has a loop and it is on the plot but the two edges going from node 0 to node 1 are shown as one... Philippe --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
