アットウィキロゴ

まthccx

import matplotlib.pyplot as plt
x = [1, 2, 3]
y = [1, 2, 3]
plt.plot(x, y)
plt.show()
最終更新:2018年01月18日 14:51