On Mon, 7 Dec 2015, Selva Raja S wrote:

Suppose I want to draw the graph. Coding is

Can i change the relabel vertices?

g = Graph({1:[2,3],2:[3]})
g.relabel(lambda x: chr(ord('a')+x), inplace=False).show()

--
Jori Mäntysalo

Reply via email to