Code, compile, and run Matplotlib programs online
import matplotlib.pyplot as plt plt.plot([1, 2, 3, 4, 5], [6, 7, 8, 9, 10]) plt.show()