折れ線グラフ
code:python
import matplotlib.pyplot as plt
plt.plot(x, y)
plt.show()