First time here? Check out the FAQ!
answered 2014-02-16 15:38:05 +0100
How about assigning the vertex itself as the position?
G=graphs.GridGraph([8,12]) G.show(pos=dict([(v,v) for v in G.vertices()]))