First time here? Check out the FAQ!
answered 2014-07-13 01:26:55 +0100
Try using plt.figure() before your set up the plot. For example, the following works for me in SMC:
plt.figure()
fig=plt.figure() nx.draw(G) plt.show()