Matplotlib Line Plot

PHOTO EMBED

Sat Oct 29 2022 19:13:54 GMT+0000 (Coordinated Universal Time)

Saved by @janduplessis883 ##line #plot

import matplotlib.pyplot as plt

x = [1, 2, 3, 4, 5, 6]
y = [1, 5, 3, 5, 7, 8]

plt.plot(x, y)
plt.show()
content_copyCOPY

https://www.notion.so/e7b2746e45ff4452ad0afa22bb027790