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=Tru
On Fri, Aug 22, 2008 at 8:06 PM, Jason Grout
<[EMAIL PROTECTED]> wrote:
>
> Philippe Saade wrote:
>> On Fri, Aug 22, 2008 at 12:11 AM, Philippe Saade <[EMAIL PROTECTED]> wrote:
>>> Hi all !
>>>
>>> Is there a simple way to plot a graph with more than 1 edge going from
>>> a given vertice to anothe
Philippe Saade wrote:
> On Fri, Aug 22, 2008 at 12:11 AM, Philippe Saade <[EMAIL PROTECTED]> wrote:
>> Hi all !
>>
>> Is there a simple way to plot a graph with more than 1 edge going from
>> a given vertice to another, as in the konigsberg graph ?
>> (http://www.jcu.edu/math/vignettes/bridges.htm
On Fri, Aug 22, 2008 at 12:11 AM, Philippe Saade <[EMAIL PROTECTED]> wrote:
> Hi all !
>
> Is there a simple way to plot a graph with more than 1 edge going from
> a given vertice to another, as in the konigsberg graph ?
> (http://www.jcu.edu/math/vignettes/bridges.htm)
>
> Thanks !
>
> Philippe
>