First time here? Check out the FAQ!
answered 2014-03-31 09:29:48 +0100
One way is to use figsize to indirectly change the relative size of the labels.
P = graphs.PetersenGraph() P.show(figsize=[1,1],vertex_size=0,layout='spring')
The output of this is: