Thank you! I do no know if I am missing some package or something but I cannot make the graph 'behave' like the picture above.
brenogil (Aug 07 '12)If you want the vertex labels to appear as in your picture you might want to consider using the relabel method. For the edge labels to appear in the plot you can send an edge_labels=True argument to the plot method.

