On Mon, 7 Dec 2015, Selva Raja S wrote:
Suppose I want to draw the graph. Coding isCan 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
On Mon, 7 Dec 2015, Selva Raja S wrote:
Suppose I want to draw the graph. Coding isCan 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