Re: [sage-support] Changing the path of an edge in a graph

2010-08-14 Thread William Stein
On Sat, Aug 14, 2010 at 9:22 PM, Nathann Cohen wrote: >> Clarification: Sage's plot code does not "interact" with the GPL >> incompatible graphviz library in any way. > > ?.. So we have a graphviz spkg and absolutely no interface between the two ? > O_o I'm sorry, that's not what I meant.You

Re: [sage-support] Changing the path of an edge in a graph

2010-08-14 Thread Nathann Cohen
> Clarification: Sage's plot code does not "interact" with the GPL > incompatible graphviz library in any way. ?.. So we have a graphviz spkg and absolutely no interface between the two ? O_o Nathann -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this

Re: [sage-support] Changing the path of an edge in a graph

2010-08-14 Thread William Stein
On Saturday, August 14, 2010, Nathann Cohen wrote: > Hello !!! > >> I can't seem to figure out how to alter where an edge >> goes in sage, specifically wanting it to not go in a straight line. >> Is this easily accomplished? > > I do not think it can be easily done through the usual methods... If

[sage-support] Changing the path of an edge in a graph

2010-08-13 Thread Katie Johnson
I'm working on a graph theory problem where it is very helpful to draw the vertices of the graph in a line and then the edges as arcs between the vertices. I can't seem to figure out how to alter where an edge goes in sage, specifically wanting it to not go in a straight line. Is this easily accom