1
import matplotlib. pyplot as plt
2
x=[1,2,3,4,5,6,7,8,9]
3
y=[0.35,0.70,1.13,0.2,1.90,6.10,2.70,3.08,3.52]
4
plt. plot(x,y)
5
plt. show()
微信扫码预览、分享更方便