Online Matplotlib Compiler

Code, compile, and run Matplotlib programs online

Python
import matplotlib.pyplot as plt
plt.plot([1, 2, 3, 4, 5], [6, 7, 8, 9, 10])
plt.show()
AI Prompt