I have these weights and vertices and edges in a text file, how do I plot the last image

后端 未结 0 888
长情又很酷
长情又很酷 2020-12-01 22:54

when I try these lines of code:

import matplotlib.pyplot as plt
plt.plot([1,8,10,7,3], [10,10,8,4,1], linewidth=3)
plt.show()

i get this outp

相关标签:
回答
  • 消灭零回复
提交回复
热议问题