YooooooooooOO !

> Yes. Just like adges can be labelled so that more than one edge has same 
> label:
>
> G=DiGraph({0:[1,2]})
> G.set_edge_label(0,1,'Hi!')
> G.set_edge_label(0,2,'Hi!')
>
> (But ".relabel(lambda e: ...)" -syntax is easier, I think.)

Yes but we can't do the same for the vertices of a graph, of we would
have no way to differentiate them afterwards. It should really be a
plot parameter.

> Sounds like a great plan! Now we just wait for somebody to do it!

Well, perhaps we will do it ourselves some day.

> Btw, why default color changes when you give color of one element? See

Probably to make sure that you did not give the default color to that
element. Well O_o

Nathann

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to